From fb5220ab9b818ee6287467b068371624f73fbbeb Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Tue, 23 Aug 2016 09:13:29 +0300 Subject: [PATCH] Add release notes mention about strict mode Change-Id: I93eec041fbccd3961e82f2d7e52d23eb044ec4ea --- all/src/main/templates/release-notes.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index a2d8d1b865e..21753eb2155 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -120,7 +120,8 @@

Incompatible or Behavior-altering Changes in @version-mino
  • 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 #8171
  • -
  • The way we handle GWT dependencies has been completely changed. See this section for more details
  • +
  • The way we handle GWT dependencies has been completely changed. See this section for more details.
  • +
  • Client side compilation with Maven is now in strict mode by default, failing the compilation on any errors.
  • Known Issues and Limitations