metamagic.json 0.9.6
--------------------

Changes:

 * Fix a memory leak in the C implementation of mapping encoder.


metamagic.json 0.9.5
--------------------

Changes:

 * We do not escape '/' characters now (Python standard library
   'json' module does not either)


metamagic.json 0.9.4
--------------------

Changes:

 * Python encoder casts to int & float explicitly before serialization
   (to follow C encoder logic more closely)


metamagic.json 0.9.3
--------------------

Changes:

 * Add json.loads and json.loadb methods


metamagic.json 0.9.2
--------------------

Fixes:

 * Fix encoding of aware datetime and time objects when UTC offset is negative


metamagic.json 0.9.1
--------------------

Changes:

 * Always encode '<', '>' and '&' as Unicode sequences


metamagic.json 0.9.0
--------------------

Initial release.
