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 bb5db85 commit 4abfad0Copy full SHA for 4abfad0
CHANGES.md
@@ -2,6 +2,8 @@
2
3
### Unreleased
4
5
+### 2025-09-22 (2.15.0)
6
+
7
* `JSON::Coder` callback now receive a second argument to convey whether the object is a hash key.
8
* Tuned the floating point number generator to not use scientific notation as agressively.
9
lib/json/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module JSON
- VERSION = '2.14.1'
+ VERSION = '2.15.0'
end
0 commit comments