From ba807e5f45812e85bf83b49bf04d2c796ef63cda Mon Sep 17 00:00:00 2001 From: Mikalai Radchuk Date: Wed, 8 Jun 2016 16:53:01 +0300 Subject: [PATCH] Release notes for #2677 --- CHANGELOG.txt | 1 + docs/releases/1.6.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 80c9ba2f09..bb443c4849 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -7,6 +7,7 @@ Changelog * Page slugs now allow unicode on Django >= 1.9 (Behzad Nategh) * Image upload form in image chooser now performs client side validation so that the selected file is not lost in the submission (Jack Paine) * oEmbed URL for audioBoom was updated (Janneke Janssen) + * Remember tree location in page chooser when switching between Internal / External / Email link (Matt Westcott) * Fix: Email templates and document uploader now support custom `STATICFILES_STORAGE` (Jonny Scholes) diff --git a/docs/releases/1.6.rst b/docs/releases/1.6.rst index e04de7f28c..1368696b6a 100644 --- a/docs/releases/1.6.rst +++ b/docs/releases/1.6.rst @@ -17,6 +17,7 @@ Minor features * Page slugs now allow unicode on Django >= 1.9 (Behzad Nategh) * Image upload form in image chooser now performs client side validation so that the selected file is not lost in the submission (Jack Paine) * oEmbed URL for audioBoom was updated (Janneke Janssen) + * Remember tree location in page chooser when switching between Internal / External / Email link (Matt Westcott) Bug fixes