From 244c81be66d36d426e8730aa8d82f06a6a2e3c1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20C=2E=20Barrionuevo=20da=20Luz?= Date: Tue, 15 Dec 2015 20:54:17 -0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8edb933b..2dd80111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All enhancements and patches to cookiecutter-django will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2015-12-15] +### Changed +- Fix celery worker app name in Procfile (@stepmr) + ## [2015-12-13] ### Changed - Bumped Django to 1.9 (@areski)