Skip to content

Commit 5cd3703

Browse files
committed
Add changes for v2.7.6
I picked from https://github.com/ruby/json/blob/v2.7.x/CHANGES.md
1 parent bc2c970 commit 5cd3703

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
* Bump required_ruby_version to 2.7.
99
* More performance improvments to `JSON.dump` and `JSON.generate`.
1010

11+
### 2024-11-04 (2.7.6)
12+
13+
* Fix a regression in JSON.generate when dealing with Hash keys that are string subclasses, call `to_json` on them.
14+
1115
### 2024-10-25 (2.7.5)
1216

1317
* Fix a memory leak when `#to_json` methods raise an exception.

0 commit comments

Comments
 (0)