Add changelog for #9762

pull/9769/head
LB Johnston 2022-12-08 07:42:24 +10:00
rodzic 55c355dda9
commit fa544d4ec2
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -59,6 +59,7 @@ Changelog
* Docs: Grammatical adjustments of `page models` usage guide (Damilola Oladele) * Docs: Grammatical adjustments of `page models` usage guide (Damilola Oladele)
* Docs: Add class inheritance information to StreamField block sreference (Temidayo Azeez) * Docs: Add class inheritance information to StreamField block sreference (Temidayo Azeez)
* Docs: Document the hook `register_image_operations` and add an example of a custom Image filter (Coen van der Kamp) * Docs: Document the hook `register_image_operations` and add an example of a custom Image filter (Coen van der Kamp)
* Docs: Fix incorrect example code for StreamField migration of `RichTextField` (Matt Westcott)
* Maintenance: Remove unsquashed `testapp` migrations (Matt Westcott) * Maintenance: Remove unsquashed `testapp` migrations (Matt Westcott)
* Maintenance: Upgrade to Node 18 for frontend build tooling (LB (Ben) Johnston) * Maintenance: Upgrade to Node 18 for frontend build tooling (LB (Ben) Johnston)
* Maintenance: Run Python tests with coverage and upload coverage data to codecov (Sage Abdullah) * Maintenance: Run Python tests with coverage and upload coverage data to codecov (Sage Abdullah)

Wyświetl plik

@ -75,6 +75,7 @@ depth: 1
* Grammatical adjustments of `page models` usage guide (Damilola Oladele) * Grammatical adjustments of `page models` usage guide (Damilola Oladele)
* Add class inheritance information to StreamField block sreference (Temidayo Azeez) * Add class inheritance information to StreamField block sreference (Temidayo Azeez)
* Document the hook [`register_image_operations`](register_image_operations) and add an example of a [custom Image filter](custom_image_filters) (Coen van der Kamp) * Document the hook [`register_image_operations`](register_image_operations) and add an example of a [custom Image filter](custom_image_filters) (Coen van der Kamp)
* Fix incorrect example code for StreamField migration of `RichTextField` (Matt Westcott)
### Maintenance ### Maintenance