Changelog and release note for #1003

pull/888/merge
Karl Hobley 2015-02-20 13:34:35 +00:00
rodzic b2872d2f93
commit c7f7146055
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -26,6 +26,7 @@ Changelog
* The external link chooser in rich text areas now accepts URLs of the form '/some/local/path', to allow linking to non-Wagtail-controlled URLs within the local site (Eric Drechsel)
* SCSS files in wagtailadmin now use absolute imports, to permit overriding by user stylesheets (Martin Sanders)
* Bare text entered in rich text areas is now automatically wrapped in a paragraph element
* Added pagination to the snippets listing and chooser (Martin Sanders)
* Fix: The `document_served` signal now correctly passes the Document class as `sender` and the document as `instance`
0.8.5 (17.02.2015)

Wyświetl plik

@ -35,6 +35,7 @@ Minor features
* The external link chooser in rich text areas now accepts URLs of the form '/some/local/path', to allow linking to non-Wagtail-controlled URLs within the local site
* SCSS files in wagtailadmin now use absolute imports, to permit overriding by user stylesheets
* Bare text entered in rich text areas is now automatically wrapped in a paragraph element
* Added pagination to the snippets listing and chooser
Bug fixes