diff --git a/CHANGELOG.md b/CHANGELOG.md index 060b5436..9bbea786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)