Release notes for

pull/2697/head^2
Mikalai Radchuk 2016-06-08 16:53:01 +03:00
rodzic 594470182a
commit ba807e5f45
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -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