pull/10939/head
Matt Westcott 2023-09-22 11:46:21 +01:00
rodzic 240b65f309
commit e6e29b5518
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -66,6 +66,7 @@ Changelog
* Maintenance: Replace `<script type="text/django-form-template"><-/script>` template approach with HTML `template` elements in InlinePanel and expanding formset (Mansi Gundre, Subhajit Ghosh, LB (Ben) Johnston)
* Maintenance: Refactor side panels code for better reuse in pages and snippets (Sage Abdullah)
* Maintenance: Deprecate legacy URL redirects in `ModelViewSet` and `SnippetViewSet` (Sage Abdullah)
* Maintenance: Simplify code for registering page listing action buttons (Matt Westcott)
5.1.2 (xx.xx.20xx) - IN DEVELOPMENT

Wyświetl plik

@ -87,6 +87,7 @@ depth: 1
* Replace `<script type="text/django-form-template"><-/script>` template approach with HTML `template` elements in InlinePanel and expanding formset (Mansi Gundre, Subhajit Ghosh, LB (Ben) Johnston)
* Refactor side panels code for better reuse in pages and snippets (Sage Abdullah)
* Deprecate legacy URL redirects in `ModelViewSet` and `SnippetViewSet` (Sage Abdullah)
* Simplify code for registering page listing action buttons (Matt Westcott)
## Upgrade considerations - changes affecting all projects