Update CHANGELOG.md

This commit is contained in:
Jannis Gebauer 2016-02-12 19:27:52 +01:00
parent 391971c6d5
commit 0d342210af

View File

@ -2,6 +2,10 @@
All enhancements and patches to cookiecutter-django will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [2016-02-12]
### Changed
- Fixed typo (@yunti)
## [2016-02-07]
### Changed
- In `users` app, use Django 1.9 `LoginRequiredMixin` instead of django-braces implementation (@yunti)