mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-03-16 21:00:23 +00:00
Create changelog.md per #198.
This commit is contained in:
parent
a848bde153
commit
00687c56e8
1 changed files with 8 additions and 0 deletions
8
changelog.md
Normal file
8
changelog.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# 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
|
||||
- Added option use maildump instead of ConsoleEmailHandler (@burhan)
|
||||
- Fixed a bug where 'DEFAULT_FROM_EMAIL' was used to cast the value (@jayfk)
|
||||
Loading…
Reference in a new issue