summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-05-12 17:08:35 +0200
committerDerek Jones <derek.jones@ellislab.com>2008-05-12 17:08:35 +0200
commit500fa6c3a934ac9d9f0a5c1ded5c00ad1709187f (patch)
treeddc1eccf593a16b2dae9c5c2756a5185f047f0c8 /user_guide
parentf7ba13da5fc004481cf057f47260f955d52e91ca (diff)
changed overlay_watermark() to check for an alpha value before applying the image to help support PNG-24s with alpha transparency
http://codeigniter.com/bug_tracker/bug/4506/
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index c5231655c..43905db3f 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -139,7 +139,8 @@ SVN Commit: not currently released</p>
<li>Fixed a bug in the table library that could cause identically constructed rows to be dropped (#3459).</li>
<li>Fixed a bug (#4206) in the Directory Helper where the directory resource was not being closed, and minor improvements.</li>
<li>Fixed a bug where SMTP emails were not having dot transformation performed on lines that begin with a dot.</li>
- <li>Fixed a bug in display_error() in the DB driver that was instantiating new Language and Exception objects, and not using the error heading.</li>
+ <li>Fixed a bug in display_error() in the DB driver that was instantiating new Language and Exception objects, and not using the error heading.</li>
+ <li>Fixed a bug (#4506) with overlay_watermark() in the Image library preventing support for PNG-24s with alpha transparency</li>
</ul>
<h2>Version 1.6.1</h2>