From 11f99c01bd5dec1ecc789cf54214661e678bdf56 Mon Sep 17 00:00:00 2001 From: Daniel Roy Greenfeld Date: Fri, 25 Sep 2015 23:28:33 -0700 Subject: [PATCH] Changelog update --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65186937..4b405501 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All enhancements and patches to cookiecutter-django will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2015-09-22] +### Changed +- django-mailgun requirement to 0.7.2 (@pydanny) +- Remove commented-out flake8 ignore rule. (@audreyr) + ## [2015-09-22] ### Added - Add Python version option for deployment (@yunti)