Add changelog for #9609 & update contributor name

- Update Chisom  to Chisom Okeoma
pull/9650/head
LB Johnston 2022-11-11 07:58:33 +10:00 zatwierdzone przez LB (Ben Johnston)
rodzic 4eb720b6c6
commit a4ec6afae5
3 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -27,6 +27,7 @@ Changelog
* Add full support for secondary buttons with icons in the Wagtail design system - `button bicolor button--icon button-secondary` including the `button-small` variant (Seremba Patrick)
* Migrated `initTooltips` to TypeScript add JSDoc and unit tests (Fatuma Abdullahi)
* Add `purge_embeds` management command to delete all the cached embed objects in the database (Aman Pandey)
* Migrated `initTagField` from core.js to own TypesScript file and add unit tests (Chisom Okeoma)
* Fix: Make sure workflow timeline icons are visible in high-contrast mode (Loveth Omokaro)
* Fix: Ensure authentication forms (login, password reset) have a visible border in Windows high-contrast mode (Loveth Omokaro)
* Fix: Ensure visual consistency between buttons and links as buttons in Windows high-contrast mode (Albina Starykova)
@ -144,7 +145,7 @@ Changelog
* Fix: Fully remove the obsolete `wagtailsearch_editorspick` table that prevents flushing the database (Matt Westcott)
* Fix: Update latest version message on Dashboard to accept dev build version format used on nlightly builds (Sam Moran)
* Fix: references extraction for ChooserBlock (Alex Tomkins)
* Fix: Regression in field width for authentication pages (log in / password reset) (Chisom)
* Fix: Regression in field width for authentication pages (log in / password reset) (Chisom Okeoma)
* Fix: Ensure the new minimap correctly pluralises error counts for `aria-label`s (Matt Westcott)

Wyświetl plik

@ -136,7 +136,7 @@ There are multiple improvements to the documentation theme this release, here ar
* Fully remove the obsolete `wagtailsearch_editorspick` table that prevents flushing the database (Matt Westcott)
* Update latest version message on Dashboard to accept dev build version format used on nlightly builds (Sam Moran)
* Ensure `ChooserBlock.extract_references` uses the model class, not the model string (Alex Tomkins)
* Regression in field width for authentication pages (log in / password reset) (Chisom)
* Regression in field width for authentication pages (log in / password reset) (Chisom Okeoma)
* Ensure the new minimap correctly pluralises error counts for `aria-label`s (Matt Westcott)
## Upgrade considerations

Wyświetl plik

@ -36,6 +36,7 @@ depth: 1
* Add full support for secondary buttons with icons in the Wagtail design system - `button bicolor button--icon button-secondary` including the `button-small` variant (Seremba Patrick)
* Migrated `initTooltips` to TypeScript add JSDoc and unit tests (Fatuma Abdullahi)
* Add [`purge_embeds`](purge_embeds) management command to delete all the cached embed objects in the database (Aman Pandey)
* Migrated `initTagField` from core.js to own TypesScript file and add unit tests (Chisom Okeoma)
### Bug fixes