diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-13 18:31:49 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-13 18:31:49 +0200 |
commit | add9ca05c17e5bfd17ded6a65b1a084f7da5d633 (patch) | |
tree | 106585c663c32f3155a20a6d41279f2fa9f2a4aa /user_guide/changelog.html | |
parent | 3cf2715501be298ef00166d57a4df39829aa2c09 (diff) | |
parent | 6cf190dcd68432a5bcea91bfc10a38b3f56e7f46 (diff) |
Merged my GitHub mirror.
Diffstat (limited to 'user_guide/changelog.html')
-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 77f942b1b..6babdfa5d 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -113,6 +113,7 @@ Change Log <li class="reactor">Fixed a bug where <a href="libraries/email.html">Email library</a> attachments with a "." in the name would using invalid MIME-types.</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> </ul> <h2>Version 2.0.2</h2> |