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]