From 99aa078178546a83d8b868fc8d92ca011a4e1858 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 23 Mar 2018 12:32:40 +0000 Subject: [PATCH] Fix indentation on 2.1 release notes (technically we should standardise on no leading space, because the leading space creates a blockquote element - however, it's not really noticeable in the end result, and this way we can easily copy and paste from the changelog...) --- docs/releases/2.1.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/releases/2.1.rst b/docs/releases/2.1.rst index 0edef93c91..aae7bc6995 100644 --- a/docs/releases/2.1.rst +++ b/docs/releases/2.1.rst @@ -19,15 +19,15 @@ This new feature was developed by Keving Chung. Other features ~~~~~~~~~~~~~~ -* Persist tab hash in URL to allow direct navigation to tabs in the admin interface (Ben Weatherman) -* Animate the chevron icon when opening sub-menus in the admin (Carlo Ascani) -* Look through the target link and target page slug (in addition to the old slug) when searching for redirects in the admin (Michael Harrison) -* Remove support for IE6 to IE9 from project template (Samir Shah) -* Remove outdated X-UA-Compatible meta from admin template (Thibaud Colas) -* Add JavaScript source maps in production build for packaged Wagtail (Thibaud Colas) -* Removed ``assert`` statements from Wagtail API (Kim Chee Leong) -* Update `jquery-datetimepicker` dependency to make Wagtail more CSP-friendly (`unsafe-eval`) (Mike Kamermans) -* Added error notification when running the ``wagtail`` command on Python <3.4 (Matt Westcott) + * Persist tab hash in URL to allow direct navigation to tabs in the admin interface (Ben Weatherman) + * Animate the chevron icon when opening sub-menus in the admin (Carlo Ascani) + * Look through the target link and target page slug (in addition to the old slug) when searching for redirects in the admin (Michael Harrison) + * Remove support for IE6 to IE9 from project template (Samir Shah) + * Remove outdated X-UA-Compatible meta from admin template (Thibaud Colas) + * Add JavaScript source maps in production build for packaged Wagtail (Thibaud Colas) + * Removed ``assert`` statements from Wagtail API (Kim Chee Leong) + * Update `jquery-datetimepicker` dependency to make Wagtail more CSP-friendly (`unsafe-eval`) (Mike Kamermans) + * Added error notification when running the ``wagtail`` command on Python <3.4 (Matt Westcott) Bug fixes ~~~~~~~~~