diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 4bd54b387..63cb8a518 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -26,6 +26,7 @@ - **Divider** - Descenders like "g" are cut off in `horizontal divider` #3585 - **Dropdown** - `forceSelection` will now automatically select values with multi dropdowns. When using `userAdditions` setting it will now automatically tokenize the current entered value - **Form Validation / Dropdown** - Using "enter" key in a `search dropdown` could cause a form to be submitted #3676 +- **Form Validation** - Fix issue with some foreign email addresses with extended charsets causing email validation to fail #3955 #3755 - **Form Validation** - Revalidating a field `on: blur` could cause fields not yet interacted with to be validated #3606 - **Rail** - Fixed incorrect width for `close rail` and `very close rail` caused by variable addition with mixed units `px` + `em` #3835 - **Search** - A previous unfinished XHR query aborting would cause the next query to fail #2779