From 3baf0879798049c6890bffb84cdddce8a603e1d0 Mon Sep 17 00:00:00 2001 From: Janneke Janssen Date: Sun, 27 Aug 2017 20:28:52 +0200 Subject: [PATCH] Update changelog with correct contributors for #2189 --- CHANGELOG.txt | 2 +- docs/releases/1.13.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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