diff options
author | Andrey Andreev <narf@devilix.net> | 2014-01-17 14:38:30 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-01-17 14:38:30 +0100 |
commit | 88cf55bd294e74c71e70406e3a48e722db224f7f (patch) | |
tree | a030733fc092d2cb45ebcf20d50c6830d28a8aae /user_guide_src/source/changelog.rst | |
parent | a9938a09e8214b778b8ab11f60501661bb2ac623 (diff) |
Add autoloading library aliasing support (supersedes PR #2824)
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 8618e5efe..539c61367 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -408,7 +408,7 @@ Release Date: Not Released - Added autoloading of drivers with ``$autoload['drivers']``. - ``$config['rewrite_short_tags']`` now has no effect when using PHP 5.4 as ``<?=`` will always be available. - Changed method ``config()`` to return whatever ``CI_Config::load()`` returns instead of always being void. - - Added support for model aliasing on autoload. + - Added support for library and model aliasing on autoload. - Changed method ``is_loaded()`` to ask for the (case sensitive) library name instead of its instance name. - Removed ``$_base_classes`` property and unified all class data in ``$_ci_classes`` instead. - Added method ``clear_vars()`` to allow clearing the cached variables for views. |