From 50c6732d55914905345119ec8fc9daa8c50e32fa Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Tue, 18 Aug 2015 09:52:13 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6411d8e..5dc02e99 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-08-18] +### Added +- Docker support and docker-compose (@jayfk) + + ## [2015-08-12] ### Added - hitch for end-to-end testing functionality (@crdoconnor)