From f12c1ca03c7db5ba6334ee38798f99522bb462ae Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 6 Feb 2018 21:40:08 +0000 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24f8d11cc..62e0c5cdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All enhancements and patches to Cookiecutter Django will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2018-02-06] +### Changed +- Switched to the Alpine Docker image (@browniebroke) +- Upgraded image to Python 3.6 (@browniebroke) +- Upgraded Heroku runtime to latest Python (@browniebroke) + ## [2018-01-15] ### Changed - Removed Elastic Beanstalk support (@pydanny)