From 5015a37574a9352e636b79fd3fd75c5e33317f71 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 4 Apr 2024 12:36:03 +0900 Subject: [PATCH] Changelog for 2.7.2 --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 16c9f9ee..4bfe2785 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,14 @@ # Changes +### 2024-04-04 (2.7.2) + +* Use rb_sym2str instead of SYM2ID #561 +* Fix memory leak when exception is raised during JSON generation #574 +* Remove references to "19" methods in JRuby #576 +* Make OpenStruct support as optional by @hsbt in #565 +* Autoload JSON::GenericObject to avoid require ostruct warning in Ruby 3.4 #577 +* Warn to install ostruct if json couldn't load it by @hsbt #578 + ### 2023-12-05 (2.7.1) * JSON.dump: handle unenclosed hashes regression #554