summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2012-05-24 11:50:35 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2012-05-24 11:50:35 +0200
commita11626a352862a3d240215be9a3d0ad912b8829a (patch)
tree6e05140e65304a8ca598fff75f8d508792d26585 /user_guide/changelog.html
parente65f4893c9b3e7c2b34e0fef7c7de04112329063 (diff)
parentc631a43f840f596df29dc7da39e078a83cabf099 (diff)
Merge pull request #1389 from jamiefdhurst/2.1-stable
Adding width and height to list of clear variables to fix #1059
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r--user_guide/changelog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index ca1a55bac..e0139775a 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -80,6 +80,7 @@ Change Log
<h3>Bug fixes for 2.1.1</h3>
<ul>
+ <li>Fixed a bug (#1059) - CI_Image_lib::clear() was not correctly clearing all necessary object properties, namely width and height.</li>
<li>Fixed a bug (#697) - A wrong array key was used in the Upload library to check for mime-types.</li>
<li>Fixed a bug - form_open() compared $action against site_url() instead of base_url()</li>
<li>Fixed a bug - CI_Upload::_file_mime_type() could've failed if mime_content_type() is used for the detection and returns FALSE.</li>