diff --git a/CHANGELOG.md b/CHANGELOG.md index 52a3a9e37..313a8c797 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,17 @@ All enhancements and patches to cookiecutter-django will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [2015-11-7] +## [2015-11-08] +### Changed +- bump django-extensions version (@garrypolley) + +## [2015-11-07] ### Added - newrelic support (@amjith) - DJANGO_SENTRY_DSN to env.example (@jayfk) ### Changed -- Made `post_gen_hook.set_secret_key()` only changes one CHANGEME!!! at a time. +- Made `post_gen_hook.set_secret_key()` only changes one CHANGEME!!! at a time. (@pydanny) - Fixed an error where celery couldn't load the sentry DSN from settings (@jayfk) - Renamed ADMIN_URL to DJANGO_ADMIN_URL in env.example (@ChrisPappalardo) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 3c1a02140..3b683140d 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -61,6 +61,7 @@ Code Contributors * Mathijs Hoogland / @MathijsHoogland * Chris Pappalardo / @ChrisPappalardo * Amjith Ramanujam / @amjith +* Garry Polley / @garrypolley \* Possesses commit rights