CHANGELOG in pdf-reader-0.12.0.alpha vs CHANGELOG in pdf-reader-1.0.0.beta1

- old
+ new

@@ -1,13 +1,18 @@ +v1.0.0.beta1 (6th October 2011) +- ensure inline images that contain "EI" are correctly parsed + (thanks Bernard Schaefer) +- fix parsing of inline image data + v0.12.0.alpha (28th August 2011) - small breaking changes to the page-based API - it's alpha for a reason - resource related methods on Page object return raw PDF objects - if the caller wants the resources wrapped in a more convenient Ruby object (like PDF::Reader::Font or PDF::Reader::FormXObject) will need to do so themselves - add support for RunLengthDecode filters (thanks Bernerd Schaefer) - add support for standard PDF encryption (thanks Evan Brunner) -- add support for decoding stream wityh TIFF prediction +- add support for decoding stream with TIFF prediction - new PDF::Reader::FormXObject class to simplify working with form XObjects v0.11.0.alpha (19th July 2011) - introduce experimental new page-based API - old API is deprecated but will continue to work with no warnings