summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-03-11 21:21:27 +0100
committerJay Berkenbilt <ejb@ql.org>2019-03-11 21:22:59 +0100
commitda7c2c0ee90104524ed98a2370af0ea70a0f6d0d (patch)
tree6431dbf9d4421bb96cf1b4c2f957bcdc42b983de /ChangeLog
parentd2260925f07e55de032ea93b50152b637e69049d (diff)
downloadqpdf-da7c2c0ee90104524ed98a2370af0ea70a0f6d0d.tar.zst
Fix json serialization for {x | -1 < x < 1} (fixes #308)
JSON serialization was preserving the value as presented, but JSON doesn't accept decimal values without a 0 before the decimal point.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62c20948..9f33d4cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-03-11 Jay Berkenbilt <ejb@ql.org>
+
+ * JSON serialization: add missing leading 0 to decimal values
+ between -1 and 1. Fixes #308.
+
2019-02-01 Jay Berkenbilt <ejb@ql.org>
* 8.4.0: release