0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 19:17:48 +01:00
wagtail/docs/releases/2.10.2.rst
Hugh Rawlinson 8e4a4fae5d Add release dates to release notes (#8692)
Fixes #8691

* Add dates to markdown based release notes
* Add dates to rst based release notes
2022-06-16 14:04:18 +02:00

23 lines
697 B
ReStructuredText

============================
Wagtail 2.10.2 release notes
============================
*September 25, 2020*
.. contents::
:local:
:depth: 1
What's new
==========
Bug fixes
~~~~~~~~~
* Avoid use of ``icon`` class name on userbar icon to prevent clashes with front-end styles (Karran Besen)
* Prevent focused button labels from displaying as white on white (Karran Bessen)
* Avoid showing preview button on moderation dashboard for page types with preview disabled (Dino Perovic)
* Prevent oversized buttons in moderation dashboard panel (Dan Braghis)
* ``create_log_entries_from_revisions`` now handles revisions that cannot be restored due to foreign key constraints (Matt Westcott)