cookiecutter-django/changelog.md

11 lines
446 B
Markdown
Raw Normal View History

2015-07-16 17:31:09 +03:00
# Change Log
All enhancements and patches to cookiecutter-django will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [2015-07-16]
### Changed
2015-07-17 01:35:16 +03:00
- Added django-test-plus (@pydanny)
2015-07-16 18:26:24 +03:00
- Removed unnecessary header block tag and 'user:' prefix. (@pydanny)
2015-07-16 17:31:09 +03:00
- Added option use maildump instead of ConsoleEmailHandler (@burhan)
- Fixed a bug where 'DEFAULT_FROM_EMAIL' was used to cast the value (@jayfk)