We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8ae2c5 commit c985e8cCopy full SHA for c985e8c
CHANGES.md
@@ -1,5 +1,7 @@
1
# Changes
2
3
+### 2025-04-24 (2.11.2)
4
+
5
* Add back `JSON::PRETTY_STATE_PROTOTYPE`. This constant was private API but is used by popular gems like `multi_json`.
6
It now emits a deprecation warning.
7
lib/json/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module JSON
- VERSION = '2.11.1'
+ VERSION = '2.11.2'
end
0 commit comments