diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-01-22 02:47:11 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-01-22 02:47:11 +0100 |
commit | 22259b5d0518ed67eaffc5513c3b49e4b08407c0 (patch) | |
tree | 7c48f00f4fa0fbbb99cb2989bf76752ab40aa240 /user_guide/changelog.html | |
parent | d912dbdeb7db1c2d994c5ae642e6bcc325122c1a (diff) |
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 0bfa89245..95be683d3 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -151,7 +151,8 @@ Change Log <h3>Bug fixes for Version 1.6.0</h3>
<ul>
- <li>Fixed a bug (#3268) where the Router could leave '/' as the path.</li>
+ <li>Removed an extraneous call to loading models (#3286).</li>
+ <li>Fixed a bug (#3268) where the Router could leave '/' as the path.</li>
<li>Fixed a bug in <kbd>highlight_phrase()</kbd> that caused an error with slashes.</li>
<li>Fixed a bug: $field_names[] vs $Ffield_names[] in postgre and sqlite drivers.</li>
<li>Fixed a bug in the <a href="./libraries/file_uploading.html">upload library</a> when allowed_files wasn't defined.</li>
|