summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2016-07-01 16:24:16 +0200
committerFlorian Frank <flori@ping.de>2016-07-01 16:24:16 +0200
commitd72335c91f04e7eee2563e6f725a48ade3cce24d (patch)
tree7a8dc8ce540b52783e5c2334c2543a2fe80e99d6
parent4219871ff5ac9752fce7b8b23296e9aeae8e42ff (diff)
downloadjson-d72335c91f04e7eee2563e6f725a48ade3cce24d.tar.gz
Add to CHANGES
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 925b130..1dd8082 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+2016-07-01 (2.0.1)
+ * Add RB_GC_GUARD to avoid possible GC problem via Pete Johns.
+ * Store current_nesting on stack by Aaron Patterson.
2015-09-11 (2.0.0)
* Now complies to newest JSON RFC 7159.
* Implements compatibiliy to ruby 2.4 integer unification.