We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 036944a commit 5015a37Copy full SHA for 5015a37
CHANGES.md
@@ -1,5 +1,14 @@
1
# Changes
2
3
+### 2024-04-04 (2.7.2)
4
+
5
+* Use rb_sym2str instead of SYM2ID #561
6
+* Fix memory leak when exception is raised during JSON generation #574
7
+* Remove references to "19" methods in JRuby #576
8
+* Make OpenStruct support as optional by @hsbt in #565
9
+* Autoload JSON::GenericObject to avoid require ostruct warning in Ruby 3.4 #577
10
+* Warn to install ostruct if json couldn't load it by @hsbt #578
11
12
### 2023-12-05 (2.7.1)
13
14
* JSON.dump: handle unenclosed hashes regression #554
0 commit comments