diff options
-rw-r--r-- | WebContent/release-notes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index ac8d465cfb..33f7a1ef70 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -109,6 +109,8 @@ <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>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> |