diff --git a/CHANGES.txt b/CHANGES.txt index 324a530..de55628 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,9 +1,10 @@ -Feb 03, 2014 - Added write support for Palette and Component Mapping boxes. - Added read support for JPX free, number list, data reference, fragment - table, and fragment list boxes. Palette box now a 2D numpy array instead - of a list of 1D arrays. JP2 super box constructors now take optional box - list argument. Fixed bug where JPX files with more than one codestream - but advertising jp2 compatibility were not being read. +Feb 03, 2014 - Removed support for Python 2.6. Added write support for + Palette and Component Mapping boxes. Added read support for JPX free, + number list, data reference, fragment table, and fragment list boxes. + Palette box now a 2D numpy array instead of a list of 1D arrays. + JP2 super box constructors now take optional box list argument. + Fixed bug where JPX files with more than one codestream but + advertising jp2 compatibility were not being read. Jan 28, 2014 - v0.5.10 Fixed bad warning when reader requirements box mask length is unsupported.