From b299a99f3821443847d8aac8e53af1ebaee72343 Mon Sep 17 00:00:00 2001 From: Jannis Gebauer Date: Sat, 10 Sep 2016 13:36:42 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1c192bc..8c9a3ba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All enhancements and patches to Cookiecutter Django will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +##[2016-09-10] +### Changed +- Use app registry instead of INSTALLED_APPS to discover celery tasks (@dhepper) +- PEP8 imports fix (@aleprovencio) +### Removed +- Removed django-floppyforms (@pydanny) + ##[2016-09-08] ### Removed - Webpack support, see #774 (@ssteinerx)