summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorAndrew Mackrodt <andrewmackrodt@gmail.com>2011-12-11 21:00:55 +0100
committerAndrew Mackrodt <andrewmackrodt@gmail.com>2011-12-11 21:00:55 +0100
commitc7f67e99ff9ea55945537bc89033adc39997c678 (patch)
tree3d13cff8a7a522b1be0813a10686489f93cee11e /user_guide
parent750ffb9f6d545772c7139b5ee0c1402241c6ceb2 (diff)
Updated changelog with fix for bug #538.
Diffstat (limited to 'user_guide')
-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 272db5f37..b8fdcfc34 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -73,6 +73,7 @@ Change Log
<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>
+ <li>Fixed a bug (#538) - Windows paths were ignored when using the <a href="libraries/image_lib.html">Image Manipulation Class</a> to create a new file.</li>
</ul>