summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Boussier <jean.boussier@gmail.com>2021-10-15 09:56:12 +0200
committerJean Boussier <jean.boussier@gmail.com>2021-10-15 09:56:12 +0200
commit102284895b01c22647de53a8ac6b67d6b374f53c (patch)
tree62ca49647d233255c982ccd01dfdd3469d11da06
parente34e2225e59509b38d5b4abcafce24084ade6e59 (diff)
downloadjson-102284895b01c22647de53a8ac6b67d6b374f53c.tar.gz
Write changelog for 2.6.0
-rw-r--r--CHANGES.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 51df772..b65c1b1 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,12 @@
# Changes
+### 2021-10-14 (2.6.0)
+
+* Use `rb_enc_interned_str` if available to reduce allocations in `freeze: true` mode. #451.
+* Bump required_ruby_version to 2.3.
+* Fix compatibility with `GC.compact`.
+* Fix some compilation warnings. #469
+
## 2020-12-22 (2.5.1)
* Restore the compatibility for constants of JSON class.