pull/1971/head
Matt Westcott 2015-11-27 16:15:21 +00:00
rodzic 4758c89a3c
commit e5abe8df96
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -8,6 +8,7 @@ Changelog
* Updated fonts for more comprehensive Unicode support
* Added `.alt` attribute to image renditions
* The default `src`, `width`, `height` and `alt` attributes can now be overridden by attributes passed to the `{% image %}` tag
* Added keyboard shortcuts for preview and save in the page editor
* Fix: HTTP cache purge now works again on Python 2 (Mitchel Cabuloy)
* Fix: Locked pages can no longer be unpublished (Alex Bridge)

Wyświetl plik

@ -18,6 +18,7 @@ Minor features
* Updated fonts for more comprehensive Unicode support
* Added ``.alt`` attribute to image renditions
* The default ``src``, ``width``, ``height`` and ``alt`` attributes can now be overridden by attributes passed to the ``{% image %}`` tag
* Added keyboard shortcuts for preview and save in the page editor
Bug fixes