Changelog update

This commit is contained in:
Daniel Roy Greenfeld 2015-09-25 23:28:33 -07:00
parent dc146fc0e8
commit 11f99c01bd

View File

@ -2,6 +2,11 @@
All enhancements and patches to cookiecutter-django will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [2015-09-22]
### Changed
- django-mailgun requirement to 0.7.2 (@pydanny)
- Remove commented-out flake8 ignore rule. (@audreyr)
## [2015-09-22]
### Added
- Add Python version option for deployment (@yunti)