summaryrefslogtreecommitdiffstats
path: root/all
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2016-08-23 09:13:29 +0300
committerHenri Sara <hesara@vaadin.com>2016-08-23 09:13:29 +0300
commitfb5220ab9b818ee6287467b068371624f73fbbeb (patch)
tree5fc106950183bf466890a7a5f12311ecf46a9f09 /all
parentdf4e88f3d746609f884af06ca0629da52bffa6ec (diff)
downloadvaadin-framework-fb5220ab9b818ee6287467b068371624f73fbbeb.tar.gz
vaadin-framework-fb5220ab9b818ee6287467b068371624f73fbbeb.zip
Add release notes mention about strict mode7.7.0
Change-Id: I93eec041fbccd3961e82f2d7e52d23eb044ec4ea
Diffstat (limited to 'all')
-rw-r--r--all/src/main/templates/release-notes.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html
index a2d8d1b865..21753eb215 100644
--- a/all/src/main/templates/release-notes.html
+++ b/all/src/main/templates/release-notes.html
@@ -120,7 +120,8 @@
<li>The LoginForm component has been rewritten to better support auto-completion of passwords on modern browsers.
Its API, look and DOM structure have changed somewhat, so any application level customizations of LoginForm need changes.
See also <a href="http://dev.vaadin.com/ticket/8171">#8171</a></li>
- <li>The way we handle GWT dependencies has been completely changed. See <a href="#gwtdep">this section</a> for more details</li>
+ <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>
</ul>
<h3 id="knownissues">Known Issues and Limitations</h3>
<ul>