summaryrefslogtreecommitdiffstats
path: root/user_guide/general/changelog.html
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-08-26 06:51:38 +0200
committeradmin <devnull@localhost>2006-08-26 06:51:38 +0200
commit45c872b0ac215d590e785fe393241a06facd7e05 (patch)
tree3dbf4231d25f109f814cd5b53573ab8e15f99799 /user_guide/general/changelog.html
parentd4e95072203a5cf4f1d50d16fe3e490f275a4307 (diff)
Diffstat (limited to 'user_guide/general/changelog.html')
-rw-r--r--user_guide/general/changelog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html
index a03d6b19f..5f3b86904 100644
--- a/user_guide/general/changelog.html
+++ b/user_guide/general/changelog.html
@@ -71,6 +71,7 @@ Change Log
<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="core_classes.html">replace core system classes</a> with your own classes.</li>
<li>Added support for % character in URL.</li>
+<li>Added the ability to organize <a href="controllers.html">controller</a> files into sub-folders.
<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>