Add release notes for

pull/11601/head
Thibaud Colas 2024-01-05 08:04:03 +00:00
rodzic 24ad8d40dd
commit e9dbe412c6
2 zmienionych plików z 22 dodań i 0 usunięć

Wyświetl plik

@ -1,6 +1,12 @@
Changelog
=========
5.2.3 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~
* Fix: Prevent a ValueError with `FormSubmissionsPanel` on Django 5.0 when creating a new form page (Matt Westcott)
5.2.2 (06.12.2023)
~~~~~~~~~~~~~~~~~~

Wyświetl plik

@ -0,0 +1,16 @@
# Wagtail 5.2.3 release notes - IN DEVELOPMENT
_Unreleased_
```{contents}
---
local:
depth: 1
---
```
## What's new
### Bug fixes
* Prevent a ValueError with `FormSubmissionsPanel` on Django 5.0 when creating a new form page (Matt Westcott)