diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ff373acf20..c4a6a8e464 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -10,6 +10,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) * Add `purge_embeds` management command to delete all the cached embed objects in the database (Aman Pandey) * Make it possible to resize the page editor’s side panels (Sage Abdullah) + * Add ability to include `form_fields` as an APIField on `FormPage` (Sævar Öfjörð Magnússon, Suyash Singh, LB (Ben) Johnston) * 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) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index d4f8eb5cc0..452b307c51 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -666,6 +666,7 @@ Contributors * Florian Vogt * Fatuma Abdullahi * Elizabeth Bassey +* Suyash Singh Translators =========== diff --git a/docs/releases/4.2.md b/docs/releases/4.2.md index 57ee364bfa..c939d7488d 100644 --- a/docs/releases/4.2.md +++ b/docs/releases/4.2.md @@ -20,6 +20,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) * Add [`purge_embeds`](purge_embeds) management command to delete all the cached embed objects in the database (Aman Pandey) * Make it possible to resize the page editor’s side panels (Sage Abdullah) + * Add ability to include [`form_fields` as an APIField](form_page_fields_api_field) on `FormPage` (Sævar Öfjörð Magnússon, Suyash Singh, LB (Ben) Johnston) ### Bug fixes