From d614351d125605eb58e9d575bcde21d953b473f2 Mon Sep 17 00:00:00 2001 From: Jannis Gebauer Date: Thu, 18 Feb 2016 21:49:25 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63066d8a7..a4de0a5dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All enhancements and patches to cookiecutter-django will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2016-02-18] +### Changed +- The status of the registration (open or closed) is now read from the project environment instead of hardcoded in the common settings file. (@Eraldo) +- Renamed the adapter.py file to adapters.py to match the django naming convention. (@Eraldo) + + + ## [2016-02-15] ### Changed - In `users` app adapter, fix `is_open_for_signup` missing parameter (@oryx2)