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 ee41f15 commit 9bb1dc6Copy full SHA for 9bb1dc6
CHANGES.md
@@ -2,6 +2,8 @@
2
3
### Unreleased
4
5
+* Fix GeneratorError messages to be UTF-8 encoded.
6
+* Fix memory leak when `Exception` is raised, or `throw` is used during JSON generation.
7
* Optimized floating point number parsing by integrating the ryu algorithm (thanks to Josef Šimánek).
8
* Optimized numbers parsing using SWAR (thanks to Scott Myron).
9
* Optimized parsing of pretty printed documents using SWAR (thanks to Scott Myron).
0 commit comments