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