Skip to content

0.7.0

Compare
Choose a tag to compare
@sdispater sdispater released this 31 Jul 10:24
· 221 commits to master since this release
0.7.0
2c4dc76

Added

  • Added support for sorting keys when dumping raw dictionaries by passing sort_keys=True to dumps() (#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).