From d69a6f020b1aadace27ac49152f03fb70e44bc12 Mon Sep 17 00:00:00 2001 From: Daniel Roy Greenfeld Date: Tue, 17 Nov 2015 16:58:00 -0800 Subject: [PATCH] Update changelog for @burhan --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe913a94..2cd9349f4 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-11-17] +### Added +- initial configuration to support opbeat (@burhan) + ## [2015-11-12] ### Changed - Update version of django-allauth (@yunti)