mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Update changelog.md
This commit is contained in:
parent
0a7d095f6f
commit
e5d63c3e37
18
changelog.md
18
changelog.md
|
@ -3,12 +3,16 @@ All enhancements and patches to cookiecutter-django will be documented in this f
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## [2015-07-17]
|
## [2015-07-17]
|
||||||
### Changed
|
### Fixed
|
||||||
- Fixed broken user_form.html (@pydanny)
|
- Broken user_form.html (@pydanny)
|
||||||
|
|
||||||
## [2015-07-16]
|
## [2015-07-16]
|
||||||
### Changed
|
### Added
|
||||||
- Added django-test-plus (@pydanny)
|
- django-test-plus package (@pydanny)
|
||||||
- Removed unnecessary header block tag and 'user:' prefix. (@pydanny)
|
- option use maildump instead of ConsoleEmailHandler (@burhan)
|
||||||
- Added option use maildump instead of ConsoleEmailHandler (@burhan)
|
- Changelog (@pydanny)
|
||||||
- Fixed a bug where 'DEFAULT_FROM_EMAIL' was used to cast the value (@jayfk)
|
### Fixed
|
||||||
|
- Where 'DEFAULT_FROM_EMAIL' was used to cast the value (@jayfk)
|
||||||
|
### Removed
|
||||||
|
- Unnecessary header block tag and 'user:' prefix. (@pydanny)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user