Update changelog

This commit is contained in:
Daniel Roy Greenfeld 2015-12-12 14:25:16 -08:00
parent 40bce156c6
commit f7572a55c1

View File

@ -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-12]
### Added
- Celery worker to Heroku procfile
## [2015-12-11]
### Changed
- Fixed issue #436 - cookiecutter variable name was renamed from `celery_support` to `use_celery` in `tests/engine.py` (@luzfcb @otakucode)