We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58734a6 commit d373116Copy full SHA for d373116
CHANGES.md
@@ -1,5 +1,13 @@
1
# Changes
2
3
+* Numerous performance optimizations in `JSON.generate` and `JSON.dump`.
4
+* Fix multiline comment support in `json-pure`.
5
+* Fix `JSON.parse` to no longer mutate the argument encoding when passed an ASCII-8BIT string.
6
+* Fix `String#to_json` to raise on invalid encoding in `json-pure`.
7
+* Delete code that was based on CVTUTF.
8
+* Use the pure-Ruby generator on TruffleRuby.
9
+* Fix `strict` mode in `json-pure` to not break on Integer.
10
+
11
### 2024-04-04 (2.7.2)
12
13
* Use rb_sym2str instead of SYM2ID #561
0 commit comments