From 01d756d57d7626c0d4b01ed6e4661883f163d4d6 Mon Sep 17 00:00:00 2001 From: Daniel Roy Greenfeld Date: Sun, 8 Nov 2015 15:01:36 -0800 Subject: [PATCH] Changelog update --- CHANGELOG.md | 8 ++++++-- CONTRIBUTORS.rst | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52a3a9e3..313a8c79 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 3c1a0214..3b683140 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