CHANGES
=======

1.0.0
-----

* fix typo in release note
* update docs for slug/uuid swap
* reverse slug and uuid order in filenames
* support multi-line notes and notes with complex formatting
* add documentation for the sphinx extension
* add better usage instructions
* move design docs out of readme
* Change ignore-errors to ignore_errors
* add sphinx extension
* move the rst formatter to its own module for reuse
* move some default settings to a shared module
* fix python3 support
* take file contents directly from git
* add --branch option to cli
* comment out prints
* add branch support
* drop special case for python project version detection
* fix pep8 issue

0.1.1
-----

* use 'prelude' note 'preamble' for the intro sections for a release

0.1.0
-----

* first release
* replace spaces in slug
* add output option to report command
* add report command
* use nicer variable names for subparsers
* implement list --version option
* remove unused --branch option
* tie scanner to list command
* fix git log command to clarify that we are passing a filename
* add a scanner to find the notes and group them by release
* add main program and command for creating a new note file
* remove useless test file from cookiecutter
* transcribe design ideas into readme
* remove py33 from default tox environments
* Initial Cookiecutter Commit
