summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-17 14:02:37 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-17 14:02:37 +0900
commit398ec004c666d330d03a0c2f7afa2868c553b1f6 (patch)
tree998a5f4ffc05ea40002f9f7c7c874f2c9a54c9d6 /CHANGES.md
parent1459c5dec98f9afed9b87e6ab042cf2bf0e2a3c0 (diff)
downloadjson-398ec004c666d330d03a0c2f7afa2868c553b1f6.tar.gz
Bump version to json-2.4.1v2.4.1
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index dad6865..b5eeb4f 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,9 @@
# Changes
+## 2020-12-17 (2.4.1)
+
+* Restore version.rb with 2.4.1
+
## 2020-12-15 (2.4.0)
* Implement a freeze: parser option #447