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 3008866 commit 711b9cdCopy full SHA for 711b9cd
README.md
@@ -151,8 +151,8 @@ Change Log
151
----------------------------------------
152
153
* Release [2.5.1] on 2024-Nov-26
154
- * Fix: `read` of number followed by EOF can break subsequent read from seeing EOF
155
- * In `read`, update docstring to specify minimum buffer size when PushbackReader supplied
+ * Fix: `read` of JSON number followed by EOF can break subsequent read on supplier PBR from seeing EOF
+ * Fix: `read` docstring updated to specify minimum buffer size when PushbackReader supplied (64)
156
* Release [2.5.0] on 2023-Dec-21
157
* Fix [DJSON-50]: `read` can take a PushbackReader for repeated read use case
158
* Fix `write` docstring to add `:indent` option added in [DJSON-18]
0 commit comments