Changelog update

This commit is contained in:
Daniel Roy Greenfeld 2015-11-08 15:01:36 -08:00
parent 7d74ef4875
commit 01d756d57d
2 changed files with 7 additions and 2 deletions

View File

@ -2,13 +2,17 @@
All enhancements and patches to cookiecutter-django will be documented in this file. All enhancements and patches to cookiecutter-django will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). 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 ### Added
- newrelic support (@amjith) - newrelic support (@amjith)
- DJANGO_SENTRY_DSN to env.example (@jayfk) - DJANGO_SENTRY_DSN to env.example (@jayfk)
### Changed ### 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) - 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) - Renamed ADMIN_URL to DJANGO_ADMIN_URL in env.example (@ChrisPappalardo)

View File

@ -61,6 +61,7 @@ Code Contributors
* Mathijs Hoogland / @MathijsHoogland * Mathijs Hoogland / @MathijsHoogland
* Chris Pappalardo / @ChrisPappalardo * Chris Pappalardo / @ChrisPappalardo
* Amjith Ramanujam / @amjith * Amjith Ramanujam / @amjith
* Garry Polley / @garrypolley
\* Possesses commit rights \* Possesses commit rights