diff options
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/release-notes.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 33f7a1ef70..f573eac1d4 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -98,6 +98,7 @@ <li>Column reordering using drag and drop in Grid</li> <li>Column hiding in Grid</li> <li>Row details support in Grid</li> + <li>JSR 356 WebSocket support has been refactored to improve compatibility with Wildfly and WebLogic</li> </ul> <p> @@ -108,13 +109,12 @@ <h3 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h3> <ul> - <li>Push path has been changed from /PUSH/ to /PUSH to be compatible with JSR 356.</li> + <li>The push path has been changed from /PUSH/ to /PUSH to be compatible with JSR 356.</li> <li>Widgetset files and other pre-compressed resources are sent as gzip to compatible browsers. This may interfere with custom response compression solutions that do not respect the Content-Encoding response header.</li> </ul> <h3 id="knownissues">Known Issues and Limitations</h3> <ul> - <li>The user interface for hiding and unhiding Grid columns is not yet finalized.</li> <li>Drag'n'drop in a Table doesn't work on touch devices running Internet Explorer (Windows Phone, Surface) (<a href="http://dev.vaadin.com/ticket/13737">#13737</a>) @@ -495,12 +495,12 @@ </p> <ul> - <li>Mozilla Firefox 18-35</li> - <li>Mozilla Firefox 17 ESR, 24 ESR, 31 ESR</li> + <li>Mozilla Firefox 18-38</li> + <li>Mozilla Firefox 17 ESR, 24 ESR, 31 ESR, 38 ESR</li> <li>Internet Explorer 8-11</li> <li>Safari 6-8</li> - <li>Opera 16-27</li> - <li>Google Chrome 23-40</li> + <li>Opera 16-29</li> + <li>Google Chrome 23-42</li> </ul> <p> |