diff --git a/CHANGELOG.txt b/CHANGELOG.txt index cc5ddc541c..e48816fa00 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -12,6 +12,7 @@ Changelog * Added `file_size` field to documents (Karl Hobley) * Update documentation (configuring Django for Wagtail) to contain all current settings options (Matt Westcott, LB (Ben Johnston)) * Added `defer` flag to `PageQuerySet.specific` (Karl Hobley) + * Snippets can now be deleted from the listing view (LB (Ben Johnston)) * Fix: Handle all exceptions from `Image.get_file_size` (Andrew Plummer) * Fix: Fix display of breadcrumbs in ModelAdmin (LB (Ben Johnston)) diff --git a/docs/releases/2.2.rst b/docs/releases/2.2.rst index 19470a83ff..2952aa5ef4 100644 --- a/docs/releases/2.2.rst +++ b/docs/releases/2.2.rst @@ -21,6 +21,7 @@ Other features * Added ``file_size`` field to documents (Karl Hobley) * Update documentation (configuring Django for Wagtail) to contain all current settings options (Matt Westcott, LB (Ben Johnston)) * Added ``defer`` flag to ``PageQuerySet.specific`` (Karl Hobley) + * Snippets can now be deleted from the listing view (LB (Ben Johnston)) Bug fixes ~~~~~~~~~