diff options
-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 8d9653aa6..7a6ef0620 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -152,6 +152,7 @@ Hg Tag: </p> <li>Fixed a bug (#10470) where <kdb>get_mime_by_extension()</kbd> was case sensitive.</li> <li>Fixed a bug where some error messages for the SQLite and Oracle drivers would not display.</li> <li>Fixed a bug where files created with the Zip Library would result in file creation dates of 1980.</li> + <li>Fixed a bug where extending the Controller class would result in a fatal PHP error.</li> </ul> <h2>Version 1.7.2</h2> |