* Adds cyclic GC to the Encoder and Scanner speedups, which could've caused uncollectible cycles in some cases when using custom parser or encoder functions
2.0.8
* Documentation fixes * Fixes encoding True and False as keys * Fixes checking for True and False by identity for several parameters
2.0.7
* Documentation fixes * C extension now always returns unicode strings when the input string is unicode, even for empty strings
2.0.6
* Windows build fixes
2.0.5
* Fixes a segfault in the C extension when using check_circular=False and encoding an invalid document
2.0.4
* Fixes a parsing error in the C extension when the JSON document is (only) a floating point number. It would consume one too few characters in that case, and claim the document invalid.