@@ -53,16 +53,23 @@ and is 200x slower (or more) than the pure Python JSON module.
53
53
## Version History / Release Notes
54
54
55
55
* 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 ) :
57
63
Allow for non-string keys in dicts passed to `` dump() `` /`` dumps() `` .
58
64
Add an `` allow_duplicate_keys=False `` to prevent possible
59
65
ill-formed JSON that might result.
66
+
60
67
* 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.
66
73
* v0.8.4 (2019-06-11)
67
74
* Updated the version history, too.
68
75
* v0.8.3 (2019-06-11)
0 commit comments