release note for #1070

This commit is contained in:
Matt Westcott 2015-03-19 11:12:44 +00:00
parent 2b57c8c43f
commit fc6fe17c8c
2 changed files with 2 additions and 0 deletions

View file

@ -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)

View file

@ -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**