diff options
author | admin <devnull@localhost> | 2006-08-26 03:15:06 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-08-26 03:15:06 +0200 |
commit | d4e95072203a5cf4f1d50d16fe3e490f275a4307 (patch) | |
tree | edc5497d9a2caa4b4659bff16c2f5068a5012086 /user_guide/general/changelog.html | |
parent | a634e56d86b965df334e4a431fb0586565ade7a6 (diff) |
Diffstat (limited to 'user_guide/general/changelog.html')
-rw-r--r-- | user_guide/general/changelog.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html index 0bcb165da..a03d6b19f 100644 --- a/user_guide/general/changelog.html +++ b/user_guide/general/changelog.html @@ -69,8 +69,9 @@ Change Log <ul>
<li>Added <a href="hooks.html">Hooks</a> feature, enabling you to tap into and modify the inner workings of the framework without hacking the core files.</li>
-<li>Added the ability to <a href="base_classes.html">replace core system classes</a> with your own classes.</li>
+<li>Added the ability to <a href="core_classes.html">replace core system classes</a> with your own classes.</li>
<li>Added support for % character in URL.</li>
+<li>Updated the <a href="routing.html">Routing feature</a> to accept regular expressions within routing rules.</li>
<li>Moved the MIME type array out of the Upload class and into its own file in the applications/comfig/ folder.</li>
<li>Removed a strtolower() call that was changing URL segments to lower case.</li>
<li>Deprecated the hash() function due to a naming conflict with a native PHP function with the same name. Please use dohash() instead.</li>
|