0.7.0
Added
- Added support for sorting keys when dumping raw dictionaries by passing
sort_keys=True
todumps()
(#103).
Changed
- Keys are not longer sorted by default when dumping a raw dictionary but the original order will be preserved (#103).
Fixed
- Fixed compliance with the 1.0.0rc1 TOML specification (#102).