From 15f76575655264694f2c48afff4ef7e13657eec4 Mon Sep 17 00:00:00 2001 From: Jannis Gebauer Date: Sun, 11 Oct 2015 20:34:55 +0200 Subject: [PATCH] Fixed #302 (raven on development) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9c5282f..69676aad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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-10-11] +### Changed +- Fixed raven issue on development (#302) (@jazztpt ) + ## [2015-10-05] ### Changed - Update version of Django, Pillow, hitchselenium, psutil (@luzfcb)