CHANGES
=======

0.1.0
-----

* Add representation for DefaultDict
* Made flamel into a library with a script
* Put yaml_load into a function
* Wrap main functionality in main function

0.0.4
-----

* Use default=unicode for robustness
* Fix for python3

0.0.3
-----

* Add home-page to setup.cfg
* Use SafeLoader for yaml

0.0.2
-----

* Add MANIFEST.in and remove unneeded line from setup.cfg
* Remove trailing space in indented json output
* Keep sort order of keys

0.0.1
-----

* Rename yaml2json to flamel
* Fix spelling error
* Adding a .gitignore file
* Shipping setup.py
* Adding Apache 2.0 license
* Adding PyYAML to requirements.txt
* Initial import of yaml2json
