mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-28 16:38:17 +00:00
Release note for #1001
This commit is contained in:
parent
71aa6133fb
commit
763b5df8c4
3 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@ Contributors
|
|||
* Frank Wiles
|
||||
* Sebastian Spiegel
|
||||
* Alejandro Varas
|
||||
* Martin Sanders
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue