summaryrefslogtreecommitdiffstats
path: root/user_guide/general/changelog.html
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-09-02 19:22:01 +0200
committeradmin <devnull@localhost>2006-09-02 19:22:01 +0200
commitb4fd1d8b53451832fcdc54a01b76522f9bc8e125 (patch)
treebf126e61741b3fe34952ea35d6c71b3e1ca2dc92 /user_guide/general/changelog.html
parentb64b0be2dba3b342b70002b02305342e7f4e7ea4 (diff)
Diffstat (limited to 'user_guide/general/changelog.html')
-rw-r--r--user_guide/general/changelog.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html
index 0a91b0c53..54f4746e1 100644
--- a/user_guide/general/changelog.html
+++ b/user_guide/general/changelog.html
@@ -73,10 +73,11 @@ Change Log
<li>Added regular expressions support for <a href="routing.html">routing rules</a>.</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 supply full URLs using the <dfn>anchor()</dfn> helper function.</li>
+<li>Added the ability to supply full URLs using the <a href="../helpers/url_helper.html">anchor()</a> helper function.</li>
+<li>Added mode parameter to <a href="../helpers/file_helper.html">file_write()</a> helper.</li>
<li>Moved the list of "allowed URI characters" out of the Router class and into the config file.</li>
<li>Moved the MIME type array out of the Upload class and into its own file in the applications/config/ folder.</li>
-<li>Updated the <a href="../libraries/config.html">Config Library</a> to be able to load config files silently.</li>
+<li>Updated the <a href="../libraries/config.html">Config Library</a> to be able to load config files silently, and to be able to assign config files to their own index (to avoid collisions if you use multiple config files).</li>
<li>Updated the URI Protocol code to allow more options so that URLs will work more reliably in different environments.</li>
<li>Updated the <dfn>form_open()</dfn> helper to allow the GET method to be used.</li>
<li>Updated the MySQLi <dfn>execute()</dfn> function with some code to help prevent lost connection errors.</li>