diff options
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 2 |
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> |