Changelog/release notes for multiple image uploader

pull/501/head
Karl Hobley 2014-07-24 12:33:47 +01:00
rodzic 14fdc00de9
commit 118c3b0f33
2 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -3,6 +3,7 @@ Changelog
0.5 (xx.xx.20xx)
~~~~~~~~~~~~~~~~
* Added multiple image uploader
* Added RoutablePage model to allow embedding Django-style URL routing within a page
* Explorer nav now rendered separately and fetched with AJAX when needed
* Added decorator syntax for hooks

Wyświetl plik

@ -10,6 +10,12 @@ Wagtail 0.5 release notes - IN DEVELOPMENT
What's new
==========
Multiple image uploader
~~~~~~~~~~~~~~~~~~~~~~~
The image uploader UI has been improved to allow multiples to be uploaded quickly.
RoutablePage
~~~~~~~~~~~~