We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ca597 commit 4a1a4a4Copy full SHA for 4a1a4a4
2 files changed
CHANGES.md
@@ -2,6 +2,10 @@
2
3
### Unreleased
4
5
+### 2026-05-04 (2.19.5)
6
+
7
+* Cap the parser to emit a maximum of 5 deprecation warnings per document. Emitting more is not helpful.
8
9
### 2026-04-19 (2.19.4)
10
11
* Fix parsing of out of range floats (very large exponents that lead to either `0.0` or `Inf`).
lib/json/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module JSON
- VERSION = '2.19.4'
+ VERSION = '2.19.5'
end
0 commit comments