diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8d33944935..53641aa0bf 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -8,6 +8,7 @@ Changelog * 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) * Fix: Status button on 'edit page' now links to the correct URL when live and draft slug differ (LB (Ben Johnston)) * Fix: Image title text in the gallery and in the chooser now wraps for long filenames (LB (Ben Johnston), Luiz Boaretto) * Fix: Move image editor action buttons to the bottom of the form on mobile (Julian Gallo) diff --git a/docs/releases/2.1.rst b/docs/releases/2.1.rst index 3344829e96..54ade5f1d7 100644 --- a/docs/releases/2.1.rst +++ b/docs/releases/2.1.rst @@ -18,6 +18,7 @@ Other features * 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) Bug fixes ~~~~~~~~~ diff --git a/wagtail/admin/templates/wagtailadmin/skeleton.html b/wagtail/admin/templates/wagtailadmin/skeleton.html index 0c96ecb8c0..3b1f0619b0 100644 --- a/wagtail/admin/templates/wagtailadmin/skeleton.html +++ b/wagtail/admin/templates/wagtailadmin/skeleton.html @@ -3,7 +3,6 @@ - Wagtail - {% block titletag %}{% endblock %}