Release note for #1001

This commit is contained in:
Matt Westcott 2015-02-18 10:19:59 +00:00
parent 71aa6133fb
commit 763b5df8c4
3 changed files with 3 additions and 0 deletions

View file

@ -24,6 +24,7 @@ Changelog
* No longer need to specify the base model on InlinePanel definitions
* 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)
0.8.5 (17.02.2015)
~~~~~~~~~~~~~~~~~~

View file

@ -43,6 +43,7 @@ Contributors
* Frank Wiles
* Sebastian Spiegel
* Alejandro Varas
* Martin Sanders
Translators
===========

View file

@ -33,6 +33,7 @@ Minor features
* No longer need to specify the base model on InlinePanel definitions
* 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
Bug fixes