summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-17 14:01:04 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-17 14:01:23 +0900
commit1459c5dec98f9afed9b87e6ab042cf2bf0e2a3c0 (patch)
tree0235a6669b17c3472af6bdf0f856930c3bb74578
parentbfc93517406bb6ea5848cec9608156196ce2edd7 (diff)
downloadjson-1459c5dec98f9afed9b87e6ab042cf2bf0e2a3c0.tar.gz
Restore 2.4.0 changes
-rw-r--r--CHANGES.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 0d39f21..dad6865 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,15 @@
# Changes
+## 2020-12-15 (2.4.0)
+
+* Implement a freeze: parser option #447
+* Fix an issue with generate_pretty and empty objects in the Ruby and Java implementations #449
+* Fix JSON.load_file doc #448
+* Fix pure parser with unclosed arrays / objects #425
+* bundle the LICENSE file in the gem #444
+* Add an option to escape forward slash character #405
+* RDoc for JSON #439 #446 #442 #434 #433 #430
+
## 2020-06-30 (2.3.1)
* Spelling and grammar fixes for comments. Pull request #191 by Josh