diff options
author | Michael Dennis <michaeljdennis@gmail.com> | 2011-08-29 19:32:11 +0200 |
---|---|---|
committer | Michael Dennis <michaeljdennis@gmail.com> | 2011-08-29 19:32:11 +0200 |
commit | a49727ae12e7cf0c71ee7e7d39cc8341623cd1c9 (patch) | |
tree | d909b9939313649affd1e53fb99d4e2b3d861c58 /user_guide | |
parent | 013f78dc6a878d7775aa2bbcef573934a6d88a72 (diff) |
Added documentation to the change log for the Image_lib clear() function fix
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 978b710be..2932f520b 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -118,6 +118,7 @@ Change Log <li>Fixed a bug (#8) - <samp>load_class()</samp> now looks for core classes in <samp>APPPATH</samp> first, allowing them to be replaced.</li> <li>Fixed a bug (#24) - ODBC database driver called incorrect parent in __construct().</li> <li>Fixed a bug (#85) - OCI8 (Oracle) database escape_str() function did not escape correct.</li> + <li>Fixed bugs (#157 and #174) - the Image_lib clear() function now resets all variables to their default values.</li> </ul> <h2>Version 2.0.3</h2> |