Fix handling of 0-length streams (Issue #111)

This commit is contained in:
Michael R Sweet
2025-03-27 12:44:42 -04:00
parent 71d33c03ff
commit ebd5aab39b
3 changed files with 4 additions and 2 deletions

View File

@ -7,6 +7,7 @@ v1.5.1 - YYYY-MM-DD
- Fixed output of special characters in name values (Issue #106)
- Fixed output of special characters in string values (Issue #107)
- Fixed output of large integers in dictionaries (Issue #108)
- Fixed handling of 0-length streams (Issue #111)
v1.5.0 - 2025-03-06