summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarti <marti.maria@tktbrainpower.com>2015-12-03 15:55:55 +0100
committerMarti <marti.maria@tktbrainpower.com>2015-12-03 15:55:55 +0100
commita44a5eb2a453da305b9ca29962824a59332b54c0 (patch)
treeec323ce55cfdf15f1dfa9fa3bec5f921d64950bd /ChangeLog
parent40c640365214587d6f61161a738ade93ccba25c8 (diff)
downloadlcms2-a44a5eb2a453da305b9ca29962824a59332b54c0.tar.gz
fixed an optimizer bug on formats
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c8d5720..ecae23e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -171,4 +171,4 @@ Big amount of functionality contributed/Sponsored by Alien Skin Software: Trans
Fix a bug that prevented to read luminance tag
Added some extra checks to the tools and examples.
Fixed misalignment problems on Alpha. The compiler does not align strings, and accessing begin of string as a uint16 makes code to fail.
-
+Fixed a bug in optimizer that made some formats (i.e, bits planar) unavailable