summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomaz Lovrec <tomaz.lovrec@gmail.com>2013-10-16 12:34:36 +0200
committerTomaz Lovrec <tomaz.lovrec@gmail.com>2013-10-16 12:34:36 +0200
commit8bb20a1ff7217c9f5125db49916da8a9b6574c19 (patch)
tree86f5859f2f1daaf24039fc431f5e0a1fbf6915ac
parenta81a5effc439306807730002c19d8b4dda3c6f1d (diff)
Fixed empty line at EOF and added changelog entry
-rw-r--r--system/core/Loader.php2
-rw-r--r--user_guide_src/source/changelog.rst1
2 files changed, 2 insertions, 1 deletions
diff --git a/system/core/Loader.php b/system/core/Loader.php
index e5829ca80..70c1e4154 100644
--- a/system/core/Loader.php
+++ b/system/core/Loader.php
@@ -1307,4 +1307,4 @@ class CI_Loader {
}
/* End of file Loader.php */
-/* Location: ./system/core/Loader.php */
+/* Location: ./system/core/Loader.php */ \ No newline at end of file
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index a66fb265f..a76fcd784 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -57,6 +57,7 @@ Release Date: Not Released
- Removed *cheatsheets* and *quick_reference* PDFs from the documentation.
- Added availability checks where usage of dangerous functions like ``eval()`` and ``exec()`` is required.
- Added support for changing the file extension of log files using ``$config['log_file_extension']``.
+ - Added possibility clear out the cached variables from the Loader.
- Helpers