We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c56db31 commit 350c1fdCopy full SHA for 350c1fd
CHANGES.md
@@ -1,5 +1,7 @@
1
# Changes
2
3
+### 2025-03-12 (2.10.2)
4
+
5
* Fix a potential crash in the C extension parser.
6
* Raise a ParserError on all incomplete unicode escape sequence. This was the behavior until `2.10.0` unadvertently changed it.
7
* Ensure document snippets that are included in parser errors don't include truncated multibyte characters.
lib/json/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module JSON
- VERSION = '2.10.1'
+ VERSION = '2.10.2'
end
0 commit comments