We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c27755 commit 7a3b482Copy full SHA for 7a3b482
CHANGES.md
@@ -1,8 +1,8 @@
1
# Changes
2
3
-### 2024-10-23 (2.7.3.rc1)
+### 2024-10-24 (2.7.3)
4
5
-* Numerous performance optimizations in `JSON.generate` and `JSON.dump`.
+* Numerous performance optimizations in `JSON.generate` and `JSON.dump` (up to 2 times faster).
6
* Limit the size of ParserError exception messages, only include up to 32 bytes of the unparseable source.
7
* Fix json-pure's `Object#to_json` to accept non state arguments
8
* Fix multiline comment support in `json-pure`.
lib/json/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module JSON
- VERSION = '2.7.3.rc1'
+ VERSION = '2.7.3'
end
0 commit comments