diff options
author | Olli Tietäväinen <ollit@vaadin.com> | 2017-10-10 12:58:59 +0300 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-10-10 12:58:59 +0300 |
commit | e6361f3c9936ce777c664f06ad602ead41abd68e (patch) | |
tree | 2c8ab736e798980a9afb2858f0716a9ea03a978f /all | |
parent | a8d0a18de8503ae768b9041ea2a277c5fb92cd99 (diff) | |
download | vaadin-framework-e6361f3c9936ce777c664f06ad602ead41abd68e.tar.gz vaadin-framework-e6361f3c9936ce777c664f06ad602ead41abd68e.zip |
Add missing @since tags and missing javadocs (#10155)7.7.11
Diffstat (limited to 'all')
-rw-r--r-- | all/src/main/templates/release-notes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 1160582ff6..7a5c5437be 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -117,6 +117,7 @@ <li>The way we handle GWT dependencies has been completely changed. See <a href="#gwtdep">this section</a> for more details.</li> <li>Client side compilation with Maven is now in strict mode by default, failing the compilation on any errors.</li> <li>Client side classes extending either AbstractGridMouseEvent or AbstractGridKeyEvent must now override the method getAssociatedType.</li> + <li>Changes to AbstractComponentState and TabState can potentially break compatibility for compiled add-ons.</li> </ul> <h3 id="knownissues">Known Issues and Limitations</h3> <ul> |