From 2857affae5e51b76b8df56ce7b20d5d54a07ed2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20C=2E=20Barrionuevo=20da=20Luz?= Date: Thu, 14 Apr 2016 00:15:44 -0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 781f2293..0fe9486e 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/). +### [2016-04-14] +### Changed +- Downgrading python-dateutil to version 2.4.2 because pykwalify==1.5.0 (required by HitchTest) use a [pinned version of python-dateutil](https://github.com/Grokzen/pykwalify/blob/1.5.0/setup.py#L31) (@noisy) + ### [2016-04-12] ### Changed - celeryworker and celerybeat missing the correct dockerfile (@jayfk)