Fill in release date for 5.2.3

pull/11512/head
Matt Westcott 2024-01-23 15:17:24 +00:00
rodzic e4c80fd2c3
commit e9e372272f
2 zmienionych plików z 6 dodań i 4 usunięć

Wyświetl plik

@ -146,10 +146,11 @@ Changelog
* Maintenance: Use Django's `FileResponse` when serving files such as Images or Documents (Jake Howard)
5.2.3 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~
5.2.3 (23.01.2024)
~~~~~~~~~~~~~~~~~~
* Fix: Prevent a ValueError with `FormSubmissionsPanel` on Django 5.0 when creating a new form page (Matt Westcott)
* Fix: Specify telepath 0.3.1 as the minimum supported version, for Django 5.0 compatibility (Matt Westcott)
5.2.2 (06.12.2023)

Wyświetl plik

@ -1,6 +1,6 @@
# Wagtail 5.2.3 release notes - IN DEVELOPMENT
# Wagtail 5.2.3 release notes
_Unreleased_
_January 23, 2024_
```{contents}
---
@ -14,3 +14,4 @@ depth: 1
### Bug fixes
* Prevent a ValueError with `FormSubmissionsPanel` on Django 5.0 when creating a new form page (Matt Westcott)
* Specify telepath 0.3.1 as the minimum supported version, for Django 5.0 compatibility (Matt Westcott)