diff options
author | Henri Sara <henri.sara@itmill.com> | 2011-05-03 13:42:30 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2011-05-03 13:42:30 +0000 |
commit | 9b525fec806636545022f463be2a5290b64ce8cd (patch) | |
tree | db63419a146b970b36b1a36ea67ef83e52909a72 /WebContent/release-notes.html | |
parent | 41d3c9c4967ae34eab9a19622b3a2b4150116e8c (diff) | |
download | vaadin-framework-9b525fec806636545022f463be2a5290b64ce8cd.tar.gz vaadin-framework-9b525fec806636545022f463be2a5290b64ce8cd.zip |
#6918 mentioned in release notes
svn changeset:18615/svn branch:6.6
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 2a063f788b..7cc4d48bd8 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -60,6 +60,7 @@ contains a number of significant enhancements.</p> <li>New <b>AbstractProperty</b> class for common features in <b>Property</b> implementations (<a href="http://dev.vaadin.com/ticket/6860">#6860</a>)</li> <li>Renamed <tt>horizontal/verticalDropLocation()</tt> to <tt>getHorizontal/VerticalDropLocation()</tt> in <b>WrapperTargetDetails</b> (<a href="http://dev.vaadin.com/ticket/6823">#6823</a>)</li> <!-- li>Support lazy loading properly in <b>ComboBox</b> (<a href="http://dev.vaadin.com/ticket/4233">#4233</a>)</li> --> + <li><tt>CheckBox</tt> now supports null values, displayed as false (<a href="http://dev.vaadin.com/ticket/6918">#6918</a>)</li> </ul> <p>In the client-side API:</p> |