summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2010-03-26 15:46:17 +0000
committerFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2010-03-26 15:46:17 +0000
commit3e4b0ee509b3669f67cc1b2d7b00825e91aa9106 (patch)
treede75aa18e864afec943586fa3b6c78c8a9a90a9c /ChangeLog
parent54214fb65fdc7af6b505ed0b924ea5d44d861ebf (diff)
Added support for PNG image format [Not yet functional under WIN32]. Thanks to Winfried for this patch. See details here http://code.google.com/p/openjpeg/issues/detail?id=16
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5dd9201f..4ca3380f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ What's New for OpenJPEG
! : changed
+ : added
+March 26, 2010
+* [FOD] Added support for PNG image format [Not yet functional under WIN32]. Thanks to Winfried for this patch. See details here http://code.google.com/p/openjpeg/issues/detail?id=16
+
March 24, 2010
* [FOD] Code improvements using 'g++-4.4.0' to trace the code. Thanks to Winfried for this patch.