diff options
author | Henri Sara <hesara@vaadin.com> | 2015-06-25 10:22:00 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2015-06-25 10:43:20 +0300 |
commit | cf10bd0712114d175a8898a9a4998a1da04b2e3f (patch) | |
tree | a090fe844c957960d6eb7564907df8138477b3f6 /WebContent/release-notes.html | |
parent | 8945b432b571d9fa076e0f8a4899adc3908ae73c (diff) | |
download | vaadin-framework-cf10bd0712114d175a8898a9a4998a1da04b2e3f.tar.gz vaadin-framework-cf10bd0712114d175a8898a9a4998a1da04b2e3f.zip |
Mention incompatible change #17860 in release notes
Mention that unused out of sync related methods have been
removed from the class SystemMessages.
Change-Id: I7691019ec36bdf1453fdb7c1d50e7217d637901a
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 5bdf34247a..ea65948baa 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -112,6 +112,7 @@ <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> + <li>Unused methods related to the "out of sync" message have been removed from SystemMessages class.</li> </ul> <h3 id="knownissues">Known Issues and Limitations</h3> <ul> |