aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-01-14 02:05:13 +0100
committerJay Berkenbilt <ejb@ql.org>2018-01-14 02:05:40 +0100
commit791e0db7627e57d81076606e63786383f80219a3 (patch)
tree09bfe62525ca2ecfec25d37de1ca5707be08816d /ChangeLog
parent6299c64cf3351fb1935319378aed421e26ed2f90 (diff)
downloadqpdf-791e0db7627e57d81076606e63786383f80219a3.tar.zst
Allow trailing . in numeric token (fixes #165)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 14a9b928..76cbef33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,13 @@
2018-01-13 Jay Berkenbilt <ejb@ql.org>
+ * 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 <ejb@ql.org>