diff options
author | elmot <elmot@vaadin.com> | 2016-05-02 12:40:41 +0300 |
---|---|---|
committer | elmot <elmot@vaadin.com> | 2016-05-02 12:40:41 +0300 |
commit | 41e29dd2e32d8ca70bfcec25a1883f7965e53296 (patch) | |
tree | ce744d719cf72166ac60d0acd90fe79d7f8e66ac /all | |
parent | 85870ccd9f93cebd839d22d2bd63ec817bb90a3d (diff) | |
download | vaadin-framework-41e29dd2e32d8ca70bfcec25a1883f7965e53296.tar.gz vaadin-framework-41e29dd2e32d8ca70bfcec25a1883f7965e53296.zip |
Documentation fix for null representation (#13221)
Change-Id: Ib532fbd9efd587080a75155139ae1a7a219c1003
Diffstat (limited to 'all')
-rw-r--r-- | all/src/main/templates/release-notes.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 6c522ef4d6..712295f432 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -100,6 +100,9 @@ (<a href="http://dev.vaadin.com/ticket/19683">#19683</a>)</li> <li>Vaadin can now automatically use default widgetset AppWidgetset optionally generated by the latest Vaadin Maven plug-in (<a href="http://dev.vaadin.com/ticket/19675">#19675</a>)</li> + <li>Default <code>null</code> representation is changed to an empty string + (<a href="http://dev.vaadin.com/ticket/13221">#13221</a>, + <a href="http://dev.vaadin.com/ticket/12877">#12877</a>)</li> </ul> <p> |