Fill in release date for 5.1.1

pull/10802/head
Sage Abdullah 2023-08-14 15:01:45 +01:00
rodzic 0056bfa480
commit ea8f45be85
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: EB1A33CC51CC0217
2 zmienionych plików z 4 dodań i 12 usunięć

Wyświetl plik

@ -17,8 +17,8 @@ Changelog
* Maintenance: Add `WagtailTestUtils.get_soup()` method to get a `BeautifulSoup` object from an `HttpResponse` object (Storm Heg)
5.1.1 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~
5.1.1 (14.08.2023)
~~~~~~~~~~~~~~~~~~
* Introduce `wagtail.admin.ui.tables.BooleanColumn` to display boolean values as icons (Sage Abdullah)
* Fix: Show not-`None` falsy values instead of blank in generic table cell template (Sage Abdullah)

Wyświetl plik

@ -1,6 +1,6 @@
# Wagtail 5.1.1 release notes - IN DEVELOPMENT
# Wagtail 5.1.1 release notes
_Unreleased_
_August 14, 2023_
```{contents}
---
@ -20,11 +20,3 @@ depth: 1
* Show not-`None` falsy values instead of blank in generic table cell template (Sage Abdullah)
* Fix `read_only` panels for fields with translatable choice labels (Florent Lebreton)
### Documentation
* ...
### Maintenance
* ...