From e5d63c3e37ccd824b29b8007e3fc5adf6f707ee8 Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Fri, 17 Jul 2015 03:48:23 -0700 Subject: [PATCH] Update changelog.md --- changelog.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/changelog.md b/changelog.md index 0b24beafe..4503358ac 100644 --- a/changelog.md +++ b/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/). ## [2015-07-17] -### Changed -- Fixed broken user_form.html (@pydanny) +### Fixed +- Broken user_form.html (@pydanny) ## [2015-07-16] -### Changed -- Added django-test-plus (@pydanny) -- Removed unnecessary header block tag and 'user:' prefix. (@pydanny) -- Added option use maildump instead of ConsoleEmailHandler (@burhan) -- Fixed a bug where 'DEFAULT_FROM_EMAIL' was used to cast the value (@jayfk) +### Added +- django-test-plus package (@pydanny) +- option use maildump instead of ConsoleEmailHandler (@burhan) +- Changelog (@pydanny) +### Fixed +- Where 'DEFAULT_FROM_EMAIL' was used to cast the value (@jayfk) +### Removed +- Unnecessary header block tag and 'user:' prefix. (@pydanny) +