aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2015-08-29 15:53:20 +0300
committerLeif Åstrand <leif@vaadin.com>2015-09-09 18:42:26 +0300
commit22dfc6231cce451d171a1e6204dd75e815423cad (patch)
treef50f509731a955fa48d2b75f53e945d7247f1609 /WebContent
parent8b9cb7b88e7bb442c058aa44bad454ad45460fec (diff)
downloadvaadin-framework-22dfc6231cce451d171a1e6204dd75e815423cad.tar.gz
vaadin-framework-22dfc6231cce451d171a1e6204dd75e815423cad.zip
Support custom Enum.toString in converter (#17301)
Change-Id: Icd3c164fb252bd048ffcd953f967a9c7acdc4514
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/release-notes.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html
index 463f366069..c95c75e248 100644
--- a/WebContent/release-notes.html
+++ b/WebContent/release-notes.html
@@ -115,6 +115,8 @@
on the reasoning behind the change.</li>
<li>Grid SelectionModels are now Extensions. This update removes all selection related variables and API from
GridConnector, GridState, GridServerRpc and GridClientRpc</li>
+ <li>StringToEnumConverter now explicitly supports Enum types with custom toString() implementations.
+ This may affect applications that relied on the undefined behavior in previous versions.</li>
</ul>
<h3 id="knownissues">Known Issues and Limitations</h3>
<ul>