diff options
author | Andrey Andreev <narf@devilix.net> | 2013-10-16 12:52:33 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2013-10-16 12:52:33 +0200 |
commit | d3782faa8cf8b402ce622ef8a98d9b79183b562d (patch) | |
tree | 86f5859f2f1daaf24039fc431f5e0a1fbf6915ac /user_guide_src/source | |
parent | b367f7ba9302f00926f6b923ca1ca741b351ae96 (diff) | |
parent | 8bb20a1ff7217c9f5125db49916da8a9b6574c19 (diff) |
Merge pull request #2684 from slax0rr/develop
Added possibility clear out the cached variables from the Loader.
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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 |