diff options
-rw-r--r-- | all/src/main/templates/release-notes.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 76a7c47762..7c4481c7b5 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -5,9 +5,6 @@ <title>Vaadin Framework @version@</title> <link rel="stylesheet" type="text/css" href="css/styles.css" /> -<!--[if lte IE 6]> - <link rel="stylesheet" type="text/css" href="css/ie.css" /> - <![endif]--> <style type="text/css"> .nested-list ol { counter-reset: item @@ -109,6 +106,7 @@ <h3 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h3> <ul> <li>Vaadin now requires Java 8 or later and Servlet 3.0 or later</li> + <li>Support for older browsers has been dropped</li> </ul> <h3 id="knownissues">Known Issues and Limitations</h3> <ul> @@ -418,7 +416,6 @@ <ul> <li>iOS 8-9</li> <li>Android 5-6</li> - <li>Windows Phone 8.1</li> </ul> <p>Vaadin SQL Container supports the following databases:</p> |