Release note for #1093

This commit is contained in:
Matt Westcott 2015-03-24 12:57:09 +00:00
parent d140bff2f0
commit 2977f46a86
2 changed files with 2 additions and 0 deletions

View file

@ -35,6 +35,7 @@ Changelog
* 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
* Date / time pickers now consistently use times without seconds, to prevent Javascript behaviour glitches when focusing / unfocusing fields
* Added hooks `register_rich_text_embed_handler` and `register_rich_text_link_handler` for customising link / embed handling within rich text fields
0.8.6 (10.03.2015)

View file

@ -24,6 +24,7 @@ Core
* Added validation to prevent pages being created with only whitespace characters in their title fields
* 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
* Added hooks ``register_rich_text_embed_handler`` and ``register_rich_text_link_handler`` for customising link / embed handling within rich text fields
Admin