diff options
Diffstat (limited to 'all/src/main/templates/release-notes.html')
-rw-r--r-- | all/src/main/templates/release-notes.html | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 39bd15d2ca..b7e740f34e 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -68,20 +68,11 @@ <!-- ================================================================ --> <h3 id="changelog">Change Log for Vaadin @version@</h3> - - <p>This release includes the following closed issues:</p> - - <table> - @release-notes-tickets@ - <tr><td> </td><td></td></tr> - <tr><td class="fv"><span class="vote">Vote</span></td><td colspan="2" class="pad">Enhancements <a href=" https://vaadin.com/support">Vaadin support</a> users have voted for</td></tr> - <tr><td class="bfp"><span class="bfp">Priority</span></td><td colspan="2" class="pad">Defects <a href=" https://vaadin.com/support">Vaadin support</a> users have prioritized</td></tr> - </table> - <br/> + <!-- @release-notes-changelog@ --> <p> - You can also view the <a - href="https://github.com/vaadin/vaadin/compare/7.7.0...@version@">list - of all changes </a>. + You can find the full list of all changes <a + href="https://github.com/vaadin/vaadin/releases/tag/@version@">in + GitHub</a>. </p> <h2 id="enhancements">Enhancements in Vaadin @version-minor@</h2> |