diff options
author | Henri Sara <henri.sara@itmill.com> | 2010-10-18 08:07:15 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2010-10-18 08:07:15 +0000 |
commit | 2ce7a3d3a49d7bc438df41e4bdf414c84451afea (patch) | |
tree | 14290c1ecfb7e27de45cbb81b3170f3a51f006a3 /WebContent/release-notes.html | |
parent | 02aa5427968aa5daac4e7a88297082f8e4a9aa5e (diff) | |
download | vaadin-framework-2ce7a3d3a49d7bc438df41e4bdf414c84451afea.tar.gz vaadin-framework-2ce7a3d3a49d7bc438df41e4bdf414c84451afea.zip |
#5785 release notes
svn changeset:15595/svn branch:6.5
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 60142dccf9..308b1417d0 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -53,6 +53,12 @@ contains a number of significant enhancements.</p> <li>Table.setColumnCollapsed throws IllegalStateException instead of IllegalAccessException is collapsing is not allowed.</li> </ul> +<ul> + <li>AbstractStringValidator and now converts non-String values using toString() prior to validation (#5785). + This also affects most built-in validators such as IntegerValidator.</li> +</ul> + + <h3>Change Log, Future Releases, and Upgrading</h3> <p>See the <a href="#changelog">Change Log</a> for a full list of tickets fixed in this release.</p> |