From a24ff2c4a75be9ecf12356e335075783723be958 Mon Sep 17 00:00:00 2001 From: Thomas Korrison Date: Tue, 1 Dec 2015 14:28:21 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75bdc50e..66ddcb9f 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-12-01] +### Changed +- Update documentation to include the installation os dependecies before development requirements (@failsafe86) + ## [2015-11-29] ### Changed - Update version of click and python-build (@luzfcb)