From da7c2c0ee90104524ed98a2370af0ea70a0f6d0d Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 11 Mar 2019 16:21:27 -0400 Subject: 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. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 62c20948..9f33d4cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-03-11 Jay Berkenbilt + + * JSON serialization: add missing leading 0 to decimal values + between -1 and 1. Fixes #308. + 2019-02-01 Jay Berkenbilt * 8.4.0: release -- cgit v1.2.3-54-g00ecf