From 791e0db7627e57d81076606e63786383f80219a3 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 13 Jan 2018 20:05:13 -0500 Subject: Allow trailing . in numeric token (fixes #165) --- ChangeLog | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 14a9b928..76cbef33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,13 @@ 2018-01-13 Jay Berkenbilt + * Fix lexical error: the PDF specification allows floating point + numbers to end with ".". Fixes #165. + * Fix link order in the build to avoid conflicts when building - from source while an older version of qpdf is installed. + from source while an older version of qpdf is installed. Fixes #158. * Add support for TIFF predictor for LZW and Flate streams. Now - all predictor functions are supported. + all predictor functions are supported. Fixes #171. 2017-12-25 Jay Berkenbilt -- cgit v1.2.3-54-g00ecf