We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbd5b6 commit 41f1f69Copy full SHA for 41f1f69
CHANGES.md
@@ -2,6 +2,9 @@
2
3
### Unreleased
4
5
+### 2025-05-12 (2.12.0)
6
+
7
+* Improve floating point generation to not use scientific notation as much.
8
* Include line and column in parser errors. Both in the message and as exception attributes.
9
* Handle non-string hash keys with broken `to_s` implementations.
10
* `JSON.generate` now uses SSE2 (x86) or NEON (arm64) instructions when available to escape strings.
lib/json/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module JSON
- VERSION = '2.11.3'
+ VERSION = '2.12.0'
end
0 commit comments