diff options
author | Paul <p4ul.sincl4ir@gmail.com> | 2011-08-27 00:22:41 +0200 |
---|---|---|
committer | Paul <p4ul.sincl4ir@gmail.com> | 2011-08-27 00:22:41 +0200 |
commit | eb630f32810c5d3eaa5e5c4df7183034f181e07c (patch) | |
tree | 20a725e08dba23c7103994be126b3b7064799c01 /user_guide | |
parent | f7345e4f5f6e44886eac337d8da064f541df8b9a (diff) |
added core heading and note about protected functions in URI
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 865bdd8ac..f82dac9fa 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -95,6 +95,12 @@ Change Log <li><samp>CI_Loader::_ci_autoloader()</samp> is now a protected method.</li> </ul> </li> + <li>Core + <ul> + + <li class="reactor">Changed private functions in CI_URI to protected so MY_URI can override them.</li> + </ul> + </li> </ul> <h3>Bug fixes for 2.1.0</h3> |