diff options
author | Artur Signell <artur@vaadin.com> | 2013-01-30 10:51:33 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-01-30 11:51:48 +0200 |
commit | 3e77f7099240c110f8b4365d1c036f5dd32d788b (patch) | |
tree | ffba5406102266ec6cf0ef2b76a0c74454ca97ea | |
parent | 660bd1d3626fbd64fdc197035a4d3e17755e5aa5 (diff) | |
download | vaadin-framework-3e77f7099240c110f8b4365d1c036f5dd32d788b.tar.gz vaadin-framework-3e77f7099240c110f8b4365d1c036f5dd32d788b.zip |
Specified versions for mobile devices (#10885)
Change-Id: I1ad6c0c4fbe969c252d9d0da14344a2943c73620
-rw-r--r-- | WebContent/release-notes.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 980fe9f410..eaa8404580 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -1377,8 +1377,8 @@ </p> <ul> - <li>iOS 5 and later</li> - <li>Android 2.3 and later</li> + <li>iOS 5, 6</li> + <li>Android 2.3, 3, 4</li> </ul> <p>Vaadin SQL Container supports the following databases:</p> |