Update CHANGELOG.md

This commit is contained in:
Fábio C. Barrionuevo da Luz 2016-09-29 01:25:15 -03:00 committed by Fabio C. Barrioneuvo da Luz
parent 42f94cdd86
commit 665c890db5

View File

@ -2,7 +2,7 @@
All enhancements and patches to Cookiecutter Django will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
##[2016-09-28]
##[2016-09-29]
### Added
- Added add default `AUTH_PASSWORD_VALIDATORS` configuration, generated by django 1.10 startproject. See (Password Validation docs)[https://docs.djangoproject.com/en/1.10/topics/auth/passwords/#module-django.contrib.auth.password_validation] (@luzfcb)
- Rename `MIDDLEWARE_CLASSES` to `MIDDLEWARE` to enable support to [new style middleware](https://github.com/django/deps/blob/master/final/0005-improved-middleware.rst) introduced in Django 1.10 (@luzfcb)