From 00687c56e8a82a307c2010f3f9db1aa33e2674d0 Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Thu, 16 Jul 2015 07:31:09 -0700 Subject: [PATCH] Create changelog.md per #198. --- changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 000000000..0fb39771c --- /dev/null +++ b/changelog.md @@ -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)