Skip to content

Commit d373116

Browse files
committed
Update CHANGES.md
1 parent 58734a6 commit d373116

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changes
22

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+
311
### 2024-04-04 (2.7.2)
412

513
* Use rb_sym2str instead of SYM2ID #561

0 commit comments

Comments
 (0)