diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 80c9ba2f0..bb443c484 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 e04de7f28..1368696b6 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