From b75bdf5faa7796b591f0f5c031cc113cd021a8dc Mon Sep 17 00:00:00 2001 From: Jannis Gebauer Date: Wed, 30 Sep 2015 10:40:09 +0200 Subject: [PATCH] fixed sentry logging, added testing requirements --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5bd8cb1..56a91c2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All enhancements and patches to cookiecutter-django will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2015-09-30] +### Changed +- Fixed Sentry logging with celery (@jayfk) +- Added pep8 and pyflakes to requirements (@jayfk) + ## [2015-09-29] ### Changed - Fix RST in Docker docs (@andor-pierdelacabeza)