From 64119a093a0d9b4d6ba05f871b179e1f6723d04a Mon Sep 17 00:00:00 2001 From: Saurabh Kumar Date: Tue, 21 Jul 2015 07:27:16 +0530 Subject: [PATCH] Update changelog for 2015-07-21 --- changelog.md => CHANGELOG.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) rename changelog.md => CHANGELOG.md (56%) diff --git a/changelog.md b/CHANGELOG.md similarity index 56% rename from changelog.md rename to CHANGELOG.md index 88456b40..d11c50e5 100644 --- a/changelog.md +++ b/CHANGELOG.md @@ -2,14 +2,18 @@ All enhancements and patches to cookiecutter-django will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2015-07-21] +## Changed +- memcached is as a cache is replace with redis (#258)(@burhan) + ## [2015-07-18] ### Changed - - Heroku deployment docs (@stepmr) - - Heroku's free postgres tier is now "hobby-dev" - - pg:backups require a scheduled time - - add missing Mailgun API key - - Django recommends setting the PYTHONHASHSEED environment variable to random. See: https://docs.djangoproject.com/en/1.8/howto/deployment/checklist/#python-options - - Use openssl to generate a secure, random secret_key +- Heroku deployment docs (@stepmr) + - Heroku's free postgres tier is now "hobby-dev" + - pg:backups require a scheduled time + - add missing Mailgun API key + - Django recommends setting the PYTHONHASHSEED environment variable to random. See: https://docs.djangoproject.com/en/1.8/howto/deployment/checklist/#python-options + - Use openssl to generate a secure, random secret_key ## [2015-07-17]