diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1431c84d36..20830c029b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -68,6 +68,7 @@ Changelog * Fix: Display the "*" required field indicator for StreamField blocks (Thibaud Colas) * Fix: Resolve inconsistency in action button positions in InlinePanel (Thibaud Colas) * Fix: Use h3 elements with a counter in InlinePanel so screen reader users can navigate by heading (Thibaud Colas) + * Fix: Ensure that buttons on custom chooser widgets are correctly shown on hover (Thibaud Colas) 4.0.3 (xx.xx.xxxx) - IN DEVELOPMENT ~~~~~~~~~~~~~~~~~~ diff --git a/docs/releases/4.1.md b/docs/releases/4.1.md index e720faed17..5b443b6d5b 100644 --- a/docs/releases/4.1.md +++ b/docs/releases/4.1.md @@ -93,6 +93,7 @@ This feature was developed by Karl Hobley and Matt Westcott. * Display the "*" required field indicator for StreamField blocks (Thibaud Colas) * Resolve inconsistency in action button positions in InlinePanel (Thibaud Colas) * Use h3 elements with a counter in InlinePanel so screen reader users can navigate by heading (Thibaud Colas) + * Ensure that buttons on custom chooser widgets are correctly shown on hover (Thibaud Colas) ## Upgrade considerations