Update CHANGELOG.md

This commit is contained in:
Jannis Gebauer 2015-12-30 21:00:58 +01:00
parent d7acf795c0
commit fd88bfa534

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-30]
### Changed
- Fixed a bug where the navbar was not displayed correctly (@jvanbrug)
## [2015-12-21]
### Changed
- Added sentry logger to celery config (@jayfk)