We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350c1fd commit 2074f0cCopy full SHA for 2074f0c
CHANGES.md
@@ -5,6 +5,8 @@
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.
8
+* Ensure parser error snippets are valid UTF-8.
9
+* Fix `JSON::GeneratorError#detailed_message` on Ruby < 3.2
10
11
### 2025-02-10 (2.10.1)
12
0 commit comments