From aedba0b1f5894464aa5c67ed710eac88dc1e1107 Mon Sep 17 00:00:00 2001 From: Audrey Roy Greenfeld Date: Thu, 29 Oct 2015 20:05:41 -0500 Subject: [PATCH] Add #371 to changelog. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index baa80010..b5348300 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-28] +### Changed +- Update deployment-on-heroku.rst for ADMIN_URL (@yunti) + ## [2015-10-27] ### Added - Added sudo: true to the travis file (@MathijsHoogland)