diff options
author | Jonatan Kronqvist <jonatan@vaadin.com> | 2014-05-11 10:10:34 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2014-05-12 07:24:20 +0000 |
commit | deeb645c3c834415792bf6c6909f5190d52bad68 (patch) | |
tree | 50f1c7e8f721ea916d80ecd1f527919f8037ed22 /WebContent | |
parent | e975af74a60b446551354182a3904604dae09278 (diff) | |
download | vaadin-framework-deeb645c3c834415792bf6c6909f5190d52bad68.tar.gz vaadin-framework-deeb645c3c834415792bf6c6909f5190d52bad68.zip |
Added link to ticket for the Firefox reconnect issue (#13612)
Change-Id: I2eac5ab68479420beacef2d746f69e955becc397
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/release-notes.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 2737ff3014..dfa68209ac 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -160,7 +160,9 @@ <h3 id="knownissues">Known issues</h3> <ul> <li>Reconnecting a dropped push connection sometimes fails when using - Firefox and streaming.</li> + Firefox and streaming or long polling. + (<a href="http://dev.vaadin.com/ticket/13578">#13578</a>) + </li> </ul> <h3 id="limitations">Limitations</h3> |