diff --git a/CHANGELOG.md b/CHANGELOG.md index 63066d8a..a4de0a5d 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)