diff options
author | Artur Signell <artur@vaadin.com> | 2016-09-14 21:37:29 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-09-14 22:28:29 +0300 |
commit | a6fd8bd06368da27bb97528da4a2cd7f864ea6d2 (patch) | |
tree | c89e27a263851ee9f36ab739af9ddd477468fb9c /all/src/main/templates/release-notes.html | |
parent | 56089a95eaca1271e39282fa49c381e3d0396ebc (diff) | |
download | vaadin-framework-a6fd8bd06368da27bb97528da4a2cd7f864ea6d2.tar.gz vaadin-framework-a6fd8bd06368da27bb97528da4a2cd7f864ea6d2.zip |
Remove broken changelog section for release notes and related code8.0.0.alpha2
Change-Id: I1e35dcbe4f75cb8b21a7c2a78143556522f32363
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> |