summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-30 15:24:43 +0900
committerGitHub <noreply@github.com>2020-06-30 15:24:43 +0900
commitf8fa987de568b11cfea27d44486b0377d83d0e4b (patch)
tree17be0bcc7f81743581ed4938fd60cf9e9c51e499
parent98db309f5e5fd37f7c81b511170973fc6d99ed2a (diff)
parent1a6f004bd354bc9736af76c36e52102e6fd8a223 (diff)
downloadjson-f8fa987de568b11cfea27d44486b0377d83d0e4b.tar.gz
Merge pull request #424 from marcandre/update_changes
Update Changes for 2.3.0 [Fixes #397]
-rw-r--r--CHANGES.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 92a1925..89c026b 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,13 @@
# Changes
+## 2019-12-11 (2.3.0)
+ * Fix default of `create_additions` to always be false [CVE-2020-10663]
+ * Fix passing args all #to_json in json/add/*.
+ * Fix encoding issues
+ * Fix issues of keyword vs positional parameter
+ * Fix JSON::Parser against bigdecimal updates
+ * Bug fixes to JRuby port
+
## 2019-02-21 (2.2.0)
* Adds support for 2.6 BigDecimal and ruby standard library Set datetype.