diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4e15e772eb..3808871617 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -8,6 +8,7 @@ Changelog * Added `annotate_score` support to PostgreSQL search backend (Bertrand Bordage) * Pillow's image optimisation is now applied when saving PNG images (Dmitry Vasilev) * JS / CSS media files can now be associated with Draftail feature definitions (Matt Westcott) + * The `{% slugurl %}` template tag is now site-aware (Samir Shah) * 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 ee60fde315..65b360df4f 100644 --- a/docs/releases/2.2.rst +++ b/docs/releases/2.2.rst @@ -17,6 +17,7 @@ Other features * Added ``annotate_score`` support to PostgreSQL search backend (Bertrand Bordage) * Pillow's image optimisation is now applied when saving PNG images (Dmitry Vasilev) * JS / CSS media files can now be associated with Draftail feature definitions (Matt Westcott) + * The ``{% slugurl %}`` template tag is now site-aware (Samir Shah) Bug fixes ~~~~~~~~~