diff options
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 865bdd8ac..bb80ab8b8 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -95,6 +95,11 @@ 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> |