mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-16 21:11:01 +00:00
release note for #1274
This commit is contained in:
parent
0e126d6e1e
commit
41ea332a74
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ Changelog
|
|||
* The `{% image %}` tag now supports filters on the image variable, e.g. `{% image primary_img|default:secondary_img width-500 %}`
|
||||
* Moved the style guide menu item into the Settings sub-menu
|
||||
* Search backends can now be specified by module (e.g. `wagtail.wagtailsearch.backends.elasticsearch`), rather than a specific class (`wagtail.wagtailsearch.backends.elasticsearch.ElasticSearch`)
|
||||
* Fix: Text areas in the non-default tab of the page editor now resize to the correct height
|
||||
|
||||
|
||||
1.0 (xx.xx.xxxx)
|
||||
|
|
|
|||
Loading…
Reference in a new issue