summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-30 20:55:51 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-07-01 09:45:46 +0900
commit0a76a1f509d78b948da59df51b2253f63b05ef2a (patch)
treed8a7c00b898cbd691386c61f4a93803b7f7af264 /CHANGES.md
parente1451eda47eb4b4710a07654716b20e741ea3d58 (diff)
downloadjson-0a76a1f509d78b948da59df51b2253f63b05ef2a.tar.gz
Bump version to 2.3.1v2.3.1
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index efd7477..0d39f21 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,27 @@
# Changes
+## 2020-06-30 (2.3.1)
+
+* Spelling and grammar fixes for comments. Pull request #191 by Josh
+ Kline.
+* Enhance generic JSON and #generate docs. Pull request #347 by Victor
+ Shepelev.
+* Add :nodoc: for GeneratorMethods. Pull request #349 by Victor Shepelev.
+* Baseline changes to help (JRuby) development. Pull request #371 by Karol
+ Bucek.
+* Add metadata for rubygems.org. Pull request #379 by Alexandre ZANNI.
+* Remove invalid JSON.generate description from JSON module rdoc. Pull
+ request #384 by Jeremy Evans.
+* Test with TruffleRuby in CI. Pull request #402 by Benoit Daloze.
+* Rdoc enhancements. Pull request #413 by Burdette Lamar.
+* Fixtures/ are not being tested... Pull request #416 by Marc-André
+ Lafortune.
+* Use frozen string for hash key. Pull request #420 by Marc-André
+ Lafortune.
+* Added :call-seq: to RDoc for some methods. Pull request #422 by Burdette
+ Lamar.
+* Small typo fix. Pull request #423 by Marc-André Lafortune.
+
## 2019-12-11 (2.3.0)
* Fix default of `create_additions` to always be `false` for `JSON(user_input)`
and `JSON.parse(user_input, nil)`.