diff --git a/CHANGELOG.txt b/CHANGELOG.txt index cbfefcd17..e05cd9045 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) diff --git a/docs/releases/0.9.rst b/docs/releases/0.9.rst index fa2869bc3..58898fa3b 100644 --- a/docs/releases/0.9.rst +++ b/docs/releases/0.9.rst @@ -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**