summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2017-04-18 11:01:04 +0200
committerFlorian Frank <flori@ping.de>2017-04-18 11:05:40 +0200
commit68fede4510f1404d62f98eb911eb0746d68602a6 (patch)
tree68a46e73c3e7793edb3921ede0c5d4a8a151672a /CHANGES.md
parent35f82850349a25de0df7732fcad10a3933f1dfd5 (diff)
downloadjson-68fede4510f1404d62f98eb911eb0746d68602a6.tar.gz
Test the new feature and fix problems
- Initialize i_new - Add to changes - Test on ruby 2.4.1
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index d0c4ad5..d96e9ae 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,18 @@
# Changes
+## 2017-04-18 (2.1.0)
+ * Allow passing of `decimal_class` option to specify a class as which to parse
+ JSON float numbers.
+## 2017-03-23 (2.0.4)
+ * Raise exception for incomplete unicode surrogates/character escape
+ sequences. This problem was reported by Daniel Gollahon (dgollahon).
+ * Fix arbitrary heap exposure problem. This problem was reported by Ahmad
+ Sherif (ahmadsherif).
+
+## 2017-01-12 (2.0.3)
+ * Set `required_ruby_version` to 1.9
+ * Some small fixes
+
## 2016-07-26 (2.0.2)
* Specify `required_ruby_version` for json\_pure.
* Fix issue #295 failure when parsing frozen strings.