Skip to content

Commit cdcd82c

Browse files
committed
Note bug fixes #30, #29 in the README, fix other typos.
1 parent 0d12ee1 commit cdcd82c

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,23 @@ and is 200x slower (or more) than the pure Python JSON module.
5353
## Version History / Release Notes
5454

5555
* v0.9.0 (2020-01-30)
56-
* [GitHub issue #25](https://github.com/dpranke/pyjson5/issues/32):
56+
* [GitHub issue #29](https://github.com/dprnake/pyjson5/issues/29):
57+
Fix an issue where objects keys that started with a reserved
58+
word were incorrectly quoted.
59+
* [GitHub issue #30](https://github.com/dpranke/pyjson5/issues/30):
60+
Fix an issue where dumps() incorrectly thought a data structure
61+
was cyclic in some cases.
62+
* [GitHub issue #32](https://github.com/dpranke/pyjson5/issues/32):
5763
Allow for non-string keys in dicts passed to ``dump()``/``dumps()``.
5864
Add an ``allow_duplicate_keys=False`` to prevent possible
5965
ill-formed JSON that might result.
66+
6067
* v0.8.5 (2019-07-04)
61-
* [GitHub issue #25](https://github.com/dpranke/pyjson5/issues/25):
62-
Add LICENSE and README.md to the dist.
63-
* [GitHub issue #26](https://github.com/dpranke/pyjson5/issues/26):
64-
Fix printing of empty arrays and objects with indentation, fix
65-
misreporting of the position on parse failures in some cases.
68+
* [GitHub issue #25](https://github.com/dpranke/pyjson5/issues/25):
69+
Add LICENSE and README.md to the dist.
70+
* [GitHub issue #26](https://github.com/dpranke/pyjson5/issues/26):
71+
Fix printing of empty arrays and objects with indentation, fix
72+
misreporting of the position on parse failures in some cases.
6673
* v0.8.4 (2019-06-11)
6774
* Updated the version history, too.
6875
* v0.8.3 (2019-06-11)

0 commit comments

Comments
 (0)