pull/10846/head
LB Johnston 2023-09-17 20:48:33 +10:00 zatwierdzone przez LB (Ben Johnston)
rodzic 70a6aacfb9
commit 27a8f85e1e
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -57,6 +57,7 @@ Changelog
* Maintenance: Replace `imghdr` with Willow's built-in MIME type detection (Jake Howard)
* Maintenance: Migrate all other `data-tippy` HTML attribute usage to the Stimulus data-*-value attributes for w-tooltip & w-dropdown (Subhajit Ghosh, LB (Ben) Johnston)
* Maintenance: Replace `@total_ordering` usage with comparison functions implementation (Virag Jain)
* 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)
5.1.2 (xx.xx.20xx) - IN DEVELOPMENT

Wyświetl plik

@ -76,6 +76,7 @@ depth: 1
* Replace `imghdr` with Willow's built-in MIME type detection (Jake Howard)
* Migrate all other `data-tippy` HTML attribute usage to the Stimulus data-*-value attributes for w-tooltip & w-dropdown (Subhajit Ghosh, LB (Ben) Johnston)
* Replace `@total_ordering` usage with comparison functions implementation (Virag Jain)
* 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)
## Upgrade considerations - changes affecting all projects