diff options
-rw-r--r-- | all/src/main/templates/release-notes.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 4dc53fe0ec..3002e6aff8 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -60,8 +60,8 @@ <p> Vaadin Framework @version@ is a <!-- maintenance release that includes a number of bug fixes, as listed in the <a href="#changelog">change log</a> below. --> -<!-- feature release that includes --> - pre-release for evaluating + feature release that includes +<!-- pre-release for evaluating --> a number of new features and bug fixes, as listed in the <a href="#enhancements">list of enhancements</a> and <a href="#changelog">change log</a> below. @@ -83,13 +83,13 @@ enhancements. Below is a list of the most notable changes:</p> <ul> - <li>Added Upload button caption HTML content support</li> - <li>Added Tree#asMultiSelect() so that Tree can be used as multiselect field e.g. with Binder</li> - <li>Added methods in Binder to enable / disable binding and binder level Validators on the fly</li> - <li>Added Binder#writeBeanAsDraft method version to write all values passing conversion to the bean</li> - <li>Allow AbstractDateField to provide DST zone names over custom ranges</li> - <li>Updated Hibernate dependency to newer version. Old version caused false positive warning in dependency security check.</li> - <li>Added support for javax.validation @NotEmpty annotation.</li> + <li>Added Upload button caption HTML content support</li> + <li>Added Tree#asMultiSelect() so that Tree can be used as multiselect field e.g. with Binder</li> + <li>Added methods in Binder to enable / disable binding and binder level Validators on the fly</li> + <li>Added Binder#writeBeanAsDraft method version to write all values passing conversion to the bean</li> + <li>Allow AbstractDateField to provide DST zone names over custom ranges</li> + <li>Updated Hibernate dependency to newer version. Old version caused false positive warning in dependency security check.</li> + <li>Added support for javax.validation @NotEmpty annotation.</li> </ul> </p> |