diff options
author | Leif Åstrand <leif@vaadin.com> | 2013-01-09 12:56:28 +0000 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-01-09 12:56:28 +0000 |
commit | 85608fdeda646ef5adbbb021e1d0b943dc893179 (patch) | |
tree | 5ac0e46c5764c3656865f7aab2d62133f90fc97a /WebContent | |
parent | f51460d72f996c533b573ad114e5f1cae3b54bbd (diff) | |
parent | bfe57e5b8b97b28a38637c46e3a36a96a4004929 (diff) | |
download | vaadin-framework-85608fdeda646ef5adbbb021e1d0b943dc893179.tar.gz vaadin-framework-85608fdeda646ef5adbbb021e1d0b943dc893179.zip |
Merge "Merge of (#10164) to Vaadin 7."
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/release-notes.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 99001cca2c..77217f9d68 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -460,6 +460,15 @@ <li>Android 2.3 and later</li> </ul> + <p>Vaadin SQL Container supports the following databases:</p> + <ul> + <li>HSQLDB</li> + <li>MySQL</li> + <li>MSSQL</li> + <li>Oracle</li> + <li>PostgreSQL</li> + </ul> + <h2 id="vaadinontheweb">Vaadin on the Web</h2> <ul> |