diff --git a/doc/changelog.rst b/doc/changelog.rst index 5dcbda814..25983a367 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,6 +1,22 @@ Changelog ========= +1.0.8 +----- + +Highlights: + +* Cleaned up documentation, many thanks to Petrus Janse van Rensburg. +* More flexible menu system, ability to add links to menus +* Human-readable filter URLs +* Callable filter `options` +* `EmailField` filter +* Simple accessibility fixes +* `InlineFormField` now accepts `widget_args` and `form_rules` arguments +* Support for newer wtforms versions +* `form_rules` property that affects both create and edit forms +* Lots of bugfixes + 1.0.7 ----- @@ -32,21 +48,3 @@ Highlights: * Flask-Admin no longer uses floating navigation bar * Translations: French, Persian (Farsi), Chinese (Simplified/Traditional), Czech * Bug fixes - -1.0.5 ------ - -* SQLAlchemy 0.8 support -* Choices and PostgreSQL Enum field type support -* Flask-BabelEx will be used to localize administrative interface -* Simple text file editor -* File admin has additional hooks: rename, edit, upload, etc -* Simple text file editor -* External links in menu -* Column descriptions -* Possibility to override master template -* Reworked templates. New 'layout' sample with completely different administrative UI -* Ability to customize wtforms widget rendering through `form_widget_args` property -* German translation (WIP) -* Updated documentation -* Lots of bug fixes