Skip to content

Commit

Permalink
Add release notes mention about strict mode
Browse files Browse the repository at this point in the history
Change-Id: I93eec041fbccd3961e82f2d7e52d23eb044ec4ea
  • Loading branch information
Henri Sara committed Aug 23, 2016
1 parent df4e88f commit fb5220a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion all/src/main/templates/release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ <h3 id="incompatible">Incompatible or Behavior-altering Changes in @version-mino
<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>
Expand Down

0 comments on commit fb5220a

Please sign in to comment.