From 7fabf23fae713d4954e490700a9d0e25de5dc6c2 Mon Sep 17 00:00:00 2001 From: Dan Braghis Date: Tue, 17 Feb 2015 14:41:02 +0000 Subject: [PATCH] Move changelog entry for 997 to 0.8.5 instead of 0.9 --- CHANGELOG.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 708cb0763..59ec71272 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -24,7 +24,6 @@ Changelog * No longer need to specify the base model on InlinePanel definitions * The project template Vagrantfile now listens on port 8000 * The external link chooser in rich text areas now accepts URLs of the form '/some/local/path', to allow linking to non-Wagtail-controlled URLs within the local site (Eric Drechsel) - * Password reset emails now use the ``BASE_URL`` setting for the reset URL 0.8.5 (xx.xx.20xx) ~~~~~~~~~~~~~~~~~~ @@ -39,6 +38,7 @@ Changelog * Fix: richtext template tag no longer raises TypeError if None is passed into it (Alejandro Varas) * Fix: Serving documents now uses a streaming HTTP response and will no longer break Djangos cache middleware * Fix: User admin area no longer fails in the presence of negative user IDs (as used by django-guardian's default settings) +* Fix: Password reset emails now use the ``BASE_URL`` setting for the reset URL 0.8.4 (04.12.2014) ~~~~~~~~~~~~~~~~~~