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 f033b9d commit ab6c8f2Copy full SHA for ab6c8f2
2 files changed
CHANGES.md
@@ -2,6 +2,13 @@
2
3
### Unreleased
4
5
+### 2026-05-28 (2.19.7)
6
+
7
+* Fix some more edge cases with out of range floats.
8
+* Ensure the string provided to `JSON.parse` can't be mutated during parsing.
9
+* Add missing write barriers in `State#dup`.
10
+* Further validate generator `depth` config.
11
12
### 2026-05-28 (2.19.6)
13
14
* Cleanly handle overly large `depth` generator argument.
lib/json/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module JSON
- VERSION = '2.19.6'
+ VERSION = '2.19.7'
end
0 commit comments