diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7a8e674fd..40c5b6747 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -5,7 +5,7 @@ Changelog ~~~~~~~~~~~~~~~~~ * Custom document model is now documented (Emily Horsman) - * Use minified versions of CSS in the admin by adding minification to the front-end tooling (Thibaud Colas) + * Use minified versions of CSS in the admin by adding minification to the front-end tooling (Vincent Audebert, Thibaud Colas) * Fix: "Open Link in New Tab" on a right arrow in page explorer should open page list (Emily Horsman) * Fix: Using `order_by_relevance=False` when searching with PostgreSQL now works (Mitchel Cabuloy) * Fix: Inline panel first and last sorting arrows correctly hidden in non-default tabs (Matt Westcott) diff --git a/docs/releases/1.13.rst b/docs/releases/1.13.rst index 83160f5f7..c90a58e5e 100644 --- a/docs/releases/1.13.rst +++ b/docs/releases/1.13.rst @@ -15,7 +15,7 @@ Other features ~~~~~~~~~~~~~~ * :doc:`Custom document model ` is now documented (Emily Horsman) - * Use minified versions of CSS in the admin by adding minification to the front-end tooling (Thibaud Colas) + * Use minified versions of CSS in the admin by adding minification to the front-end tooling (Vincent Audebert, Thibaud Colas) Bug fixes