mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-11 18:40:59 +00:00
release note for #1070
This commit is contained in:
parent
2b57c8c43f
commit
fc6fe17c8c
2 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ Changelog
|
|||
* Page classes can specify an edit_handler property to override the default Content / Promote / Settings tabbed interface
|
||||
* The Page model now records the date/time that a page was first published, as the field `first_published_at`
|
||||
* Increased the maximum length of a page slug from 50 to 255 characters
|
||||
* Plain text fields in the page editor now use auto-expanding text areas
|
||||
|
||||
|
||||
0.8.6 (10.03.2015)
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ Admin
|
|||
* When copying pages, it is now possible to specify a place to copy to
|
||||
* Added pagination to the snippets listing and chooser
|
||||
* Page / document / image / snippet choosers now include a link to edit the chosen item
|
||||
* Plain text fields in the page editor now use auto-expanding text areas
|
||||
|
||||
|
||||
**Page editor**
|
||||
|
|
|
|||
Loading…
Reference in a new issue