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 e9fbc89 commit 5a12067Copy full SHA for 5a12067
CHANGES.md
@@ -2,6 +2,8 @@
2
3
### Unreleased
4
5
+### 2025-11-07 (2.16.0)
6
+
7
* Deprecate `JSON::State#[]` and `JSON::State#[]=`. Consider using `JSON::Coder` instead.
8
* `JSON::Coder` now also yields to the block when encountering strings with invalid encoding.
9
* Fix GeneratorError messages to be UTF-8 encoded.
lib/json/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module JSON
- VERSION = '2.15.2'
+ VERSION = '2.16.0'
end
0 commit comments