release note for #999

This commit is contained in:
Matt Westcott 2015-02-18 10:50:10 +00:00
parent 9500826d05
commit 8f5412e76c
2 changed files with 2 additions and 0 deletions

View file

@ -25,6 +25,7 @@ Changelog
* The project template Vagrantfile now listens on port 8000
* 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
0.8.5 (17.02.2015)
~~~~~~~~~~~~~~~~~~

View file

@ -34,6 +34,7 @@ Minor features
* The project template Vagrantfile now listens on port 8000
* 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
Bug fixes