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 72f43d4 commit f745ec1Copy full SHA for f745ec1
CHANGES.md
@@ -1,5 +1,9 @@
1
# Changes
2
3
+### 2024-12-18 (2.9.1)
4
+
5
+* Fix support for Solaris 10.
6
7
### 2024-12-03 (2.9.0)
8
9
* Fix C implementation of `script_safe` escaping to not confuse some other 3 wide characters with `\u2028` and `\u2029`.
lib/json/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module JSON
- VERSION = '2.9.0'
+ VERSION = '2.9.1'
end
0 commit comments