diff options
author | Artur Signell <artur@vaadin.com> | 2014-05-09 22:38:42 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2014-05-12 10:22:52 +0300 |
commit | e975af74a60b446551354182a3904604dae09278 (patch) | |
tree | 78621fdd74a4a22ad47222ab929a4dec68e17cd3 /WebContent/release-notes.html | |
parent | 20f56330401e983e3682ca437ff30b22db850f03 (diff) | |
download | vaadin-framework-e975af74a60b446551354182a3904604dae09278.tar.gz vaadin-framework-e975af74a60b446551354182a3904604dae09278.zip |
List authors in release notes (#13612)
Change-Id: I51960e9345ff233e29289b33d3224e03d866d463
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index f912f9924e..2737ff3014 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -63,6 +63,7 @@ @version-minor@</a></li> <li><a href="#supportedversions">Supported technologies</a></li> + <li><a href="#authors">Authors</a></li> <li><a href="#vaadinontheweb">Vaadin on the Web</a></li> </ul> @@ -553,6 +554,11 @@ <li>PostgreSQL</li> </ul> + <h2 id="authors">Authors</h2> + Vaadin @version@ was created by: + <ul> + @release-notes-authors@ + </ul> <h2 id="vaadinontheweb">Vaadin on the Web</h2> <ul> |