From 8d580347d78eadf68be78574138448ed18b08a63 Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Wed, 5 Aug 2015 18:34:41 -0700 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ec470bf5..121e2f61a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All enhancements and patches to cookiecutter-django will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2015-08-05] +### Added +- Making the user object python 2 and 3 friendly (@pydanny) +- When using maildump, pin gevent. (@audreyr) +- Updated coverage version. (@audreyr) + +## [2015-08-04] +### Added +- Better specification of migrations in .coveragerc. (@audreyr) + ## [2015-08-03] ### Added - Instructions for using coverage and generating reports (@audreyr)