Update the changelog

This commit is contained in:
Daniel Greenfeld 2015-08-05 18:34:41 -07:00
parent 518c5d561a
commit 8d580347d7

View File

@ -2,6 +2,16 @@
All enhancements and patches to cookiecutter-django will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [2015-08-05]
### Added
- Making the user object python 2 and 3 friendly (@pydanny)
- When using maildump, pin gevent. (@audreyr)
- Updated coverage version. (@audreyr)
## [2015-08-04]
### Added
- Better specification of migrations in .coveragerc. (@audreyr)
## [2015-08-03]
### Added
- Instructions for using coverage and generating reports (@audreyr)