diff options
author | Timothy Warren <tim@timshomepage.net> | 2011-09-16 18:30:59 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2011-09-16 18:30:59 +0200 |
commit | d223d112d9353515b88d3e01c3da0b4f1e656da8 (patch) | |
tree | 932a4d76774afa35791cfe6c32daaa64339ed010 /user_guide | |
parent | 0a43ad879440c7dad246d3545ec883871ef460b8 (diff) | |
parent | 05bd914a180a3c2d3dbbe2e0bf7b73dded3acd0c (diff) |
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 17f89a310..f555159ee 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -115,6 +115,7 @@ Change Log <h3>Bug fixes for 2.1.0</h3> <ul> + <li class="reactor">Unlink raised an error if cache file did not exist when you try to delete it.</li> <li class="reactor">Fixed #378 Robots identified as regular browsers by the User Agent class.</li> <li class="reactor">If a config class was loaded first then a library with the same name is loaded, the config would be ignored.</li> <li class="reactor">Fixed a bug (Reactor #19) where 1) the 404_override route was being ignored in some cases, and 2) auto-loaded libraries were not available to the 404_override controller when a controller existed but the requested method did not.</li> |