summaryrefslogtreecommitdiffstats
path: root/all
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2017-11-17 11:19:39 +0200
committerGitHub <noreply@github.com>2017-11-17 11:19:39 +0200
commit81b4dfb6728d9455c1db055156c6555b8aa4906b (patch)
treea96c90fdbffed7f84a731f55dea5daa5dcdf2ded /all
parent535f259607fa3ee1b4f3da09f4df0b4d40449965 (diff)
downloadvaadin-framework-81b4dfb6728d9455c1db055156c6555b8aa4906b.tar.gz
vaadin-framework-81b4dfb6728d9455c1db055156c6555b8aa4906b.zip
Add known PushStateNavigation issue to release notes (#10334)
Diffstat (limited to 'all')
-rw-r--r--all/src/main/templates/release-notes.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html
index e051961e17..70a8f11026 100644
--- a/all/src/main/templates/release-notes.html
+++ b/all/src/main/templates/release-notes.html
@@ -133,6 +133,9 @@
<h3 id="knownissues">Known Issues and Limitations</h3>
<ul>
+ <li><tt>@PushStateNavigation</tt> can cause browser to load resources from wrong URLs
+ (<a href="https://github.com/vaadin/framework/issues/10329">#10329</a>)
+ </li>
<li>Drag'n'drop in a Table doesn't work on touch devices running
Internet Explorer (Windows Phone, Surface)
(<a href="https://github.com/vaadin/framework/issues/5170">#5170</a>)