From 95f1af1d50aa41fa36ef38108c68970b21cb843b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20C=2E=20Barrionuevo=20da=20Luz?= Date: Mon, 27 Jul 2015 14:24:52 -0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 686abcb4..060b5436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,15 @@ All enhancements and patches to cookiecutter-django will be documented in this f This project adheres to [Semantic Versioning](http://semver.org/). ## [2015-07-27] -## Changed +### Removed +- removed django-allauth template context processors because is deprecated now. see: https://github.com/pennersr/django-allauth/commit/634f4fe60e67c266aadcfba2981074f005db340c (@burhan) + +### Changed - update version of ipython, django-allauth (@luzfcb) - update version of django-braces, django-floppyforms, django-model-utils (#287)(@burhan) ## [2015-07-21] -## Changed +### Changed - memcached is as a cache is replace with redis (#258)(@burhan) ## [2015-07-18]