Move release note for #3790 to 1.12.1

pull/3820/merge
Matt Westcott 2017-08-30 16:55:54 +01:00
rodzic c87b400c7a
commit ca589a56f3
3 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -12,7 +12,6 @@ Changelog
* Fix: Inline panel first and last sorting arrows correctly hidden in non-default tabs (Matt Westcott)
* Fix: `WAGTAILAPI_LIMIT_MAX` now accepts None to disable limiting (jcronyn)
* Fix: In PostgreSQL, new default ordering when ranking of objects is the same (Bertrand Bordage)
* Fix: Enabled translations within date-time chooser widget (Lucas Moeskops)
* Fix: Fixed overlapping header elements on form submissions view on mobile (Jack Paine)
* Fix: Fixed avatar position in footer on mobile (Jack Paine)
@ -20,8 +19,9 @@ Changelog
1.12.1 (xx.xx.20xx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~~~
* Fix: Prevent home page draft title from displaying as blank (Mikalai Radchuk, Matt Westcott)
* Fix: Fix regression on styling of preview button with more than one preview mode (Jack Paine)
* Fix: Prevent home page draft title from displaying as blank (Mikalai Radchuk, Matt Westcott)
* Fix: Fix regression on styling of preview button with more than one preview mode (Jack Paine)
* Fix: Enabled translations within date-time chooser widget (Lucas Moeskops)
1.12 LTS (21.08.2017)

Wyświetl plik

@ -13,5 +13,6 @@ What's new
Bug fixes
~~~~~~~~~
* Prevent home page draft title from displaying as blank (Mikalai Radchuk, Matt Westcott)
* Fix regression on styling of preview button with more than one preview mode (Jack Paine)
* Prevent home page draft title from displaying as blank (Mikalai Radchuk, Matt Westcott)
* Fix regression on styling of preview button with more than one preview mode (Jack Paine)
* Enabled translations within date-time chooser widget (Lucas Moeskops)

Wyświetl plik

@ -27,7 +27,6 @@ Bug fixes
* Inline panel first and last sorting arrows correctly hidden in non-default tabs (Matt Westcott)
* ``WAGTAILAPI_LIMIT_MAX`` now accepts None to disable limiting (jcronyn)
* In PostgreSQL, new default ordering when ranking of objects is the same (Bertrand Bordage)
* Enabled translations within date-time chooser widget (Lucas Moeskops)
* Fixed overlapping header elements on form submissions view on mobile (Jack Paine)
* Fixed avatar position in footer on mobile (Jack Paine)