From 8a7ecb0ca74a4e3376eb3bc79dcaedd6f3e94244 Mon Sep 17 00:00:00 2001 From: "Fabio C. Barrioneuvo da Luz" Date: Wed, 30 Sep 2015 15:13:20 -0300 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 352ed088..808b5d73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Fixed Sentry logging with celery (@jayfk) - Added pep8 and pyflakes to requirements (@jayfk) - Fixed url() arguments in urls.py because String view arguments to url() is deprecated in django 1.9 (@siauPatrick) +- Update version of cookiecutter, coverage, django-environ, django-extensions, hitchpython, hitchselenium, hitchserve, pytest, pytz, whitenoise (@luzfcb) +- Update the usage example in README (@luzfcb) +- Update 'now' date in cookiecutter.json (@luzfcb) ## [2015-09-29] ### Changed