diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7aa88260f..8d1ed8c7e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -7,7 +7,7 @@ Changelog * The save/publish/submit buttons on the page edit page now redirects the user back to the edit page instead of the explorer * Signal handlers for ``wagtail.wagtailsearch`` and ``wagtail.contrib.wagtailfrontendcache`` are now automatically registered when using Django 1.7 or above. (Tim Heap) * Fix: Replaced references of .username with .get_username() on users for better custom user model support (John-Scott Atlakson) - + * Fix: Unpinned dependency versions for six and requests to help prevent dependency conflicts 0.7 (09.10.2014) ~~~~~~~~~~~~~~~~