diff options
author | Shane Pearson <bubbafoley@gmail.com> | 2011-08-23 02:01:28 +0200 |
---|---|---|
committer | Shane Pearson <bubbafoley@gmail.com> | 2011-08-23 02:01:28 +0200 |
commit | e77c6117e473900ca35ec7993f4159179d5b5f9c (patch) | |
tree | 2b3526154e5572c4c67e2b6a8332d53791034914 | |
parent | 665baec264c04fb3284e313d59e102b2bf041e37 (diff) |
add a note to the changelog about _ci_autloader()
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 9d8fd2b54..ac936a68c 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -91,6 +91,7 @@ Change Log <li class="reactor">Added a <a href="libraries/migration.html">Migration Library</a> to assist with applying incremental updates to your database schema.</li> <li class="reactor">Driver children can be located in any package path.</li> <li class="reactor">Added max_filename_increment config setting for Upload library.</li> + <li><samp>CI_Loader::_ci_autoloader()</samp> is now a protected method.</li> </ul> </li> </ul> |