Update CHANGELOG.md

This commit is contained in:
Fábio C. Barrionuevo da Luz 2015-07-27 14:28:00 -03:00
parent 95f1af1d50
commit 6e0f6b47e4

View File

@ -27,6 +27,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [2015-07-17]
### Added
- @models.permalink decorator to User.get_absolute_url() method
### Fixed
- Broken user_form.html (@pydanny)
@ -35,7 +36,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- django-test-plus (@pydanny)
- option use maildump instead of ConsoleEmailHandler (@burhan)
- Changelog.md (@pydanny)
### Fixed
- where 'DEFAULT_FROM_EMAIL' was used to cast the value (@jayfk)
### Removed
- unnecessary header block tag and 'user:' prefix. (@pydanny)