From f9fd29e8981c041fb29c240bc8c285634ce77269 Mon Sep 17 00:00:00 2001 From: Jannis Gebauer Date: Mon, 18 Jan 2016 12:50:01 +0100 Subject: [PATCH] reformatting --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8b74fdd..533f3100 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All enhancements and patches to cookiecutter-django will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [2016-1-17] +## [2016-1-18] ### Added - Added .dockerignore file (@bogdal) @@ -12,6 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [2016-1-17] ### Added - Adding a section on third party articles referencing `cookiecutter-django` (@mjheo) + ### Changed - Add celerybeat db to gitignore (@originell) @@ -41,6 +42,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [2016-1-6] ### Added - You can now enable or disable user registration using the ACCOUNT_ALLOW_REGISTRATION setting. (@ddiazpinto) + ### Changed - Use Postgres 9.5 on docker (@jayfk)