From 742860ec86d5f2644efa148b5acf56d6157b1098 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Wed, 22 Jul 2015 11:41:47 -0400 Subject: [PATCH] Update RELEASE-NOTES.md --- RELEASE-NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 1db9d3c2a..3741ddfcd 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -3,7 +3,7 @@ ### Version 2.0.6 - July 22, 2015 **Important Notes** -- **Form Validation** - In `2.0.4` `length` rules were corrected to match "exact length" and not "minimum length". This may have caused issues for those who were using this rule as min length previously. This may have caused accidental breaking changes. We've remedied this in `2.0.6.` by returning `length` to functioning as "minimum length" and added a new rule `exactLenght` for matching exact length. #2681 +- **Form Validation** - In `2.0.4` `length` rules were corrected to match "exact length" and not "minimum length". This may have caused issues for those who were using this rule as min length previously. We've remedied any breaking changes introduced by by returning `length` to functioning as "minimum length" and added a new rule `exactLenght` for matching exact length. #2681 **[Reported Bugs](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.0.6+is%3Aclosed)** - **Dropdown** - Fixed `restore value` sometimes now working correctly due to "animating out" label still being mistaken for selected.