summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 28ee937..491a665 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,9 @@
method. Just use: serialize :value, JSON
* Fix bug with time serialization concerning nanoseconds. Thanks for the
patch go to Josh Partlow (jpartlow@github).
+ * Improve parsing speed for JSON numbers (integers and floats) in a similar way to
+ what Evan Phoenix <evan@phx.io> suggested in:
+ https://github.com/flori/json/pull/103
2011-09-18 (1.6.1)
* Using -target 1.5 to force Java bits to compile with 1.5.
2011-09-12 (1.6.0)