diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-08-25 22:27:13 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-08-25 22:27:13 -0400 |
| commit | 0745d21bdcee90e00b4c9822cd08d16acd118ebe (patch) | |
| tree | 8a021cfcb0d17f548e86fa1fd8aaa05aef9f127d | |
| parent | cc4bae4fb8ac3d9d890a777a14511cb1015ed567 (diff) | |
note the new supported archs / targets
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 9ebd6b8c..cd369032 100644 --- a/static/releases.html +++ b/static/releases.html @@ -353,6 +353,8 @@ <li>add Vanadium to the apps that cannot be disabled via Settings (can still be disabled) since the warning isn't enough to deter people from unknowingly breaking apps using the WebView</li> <li>Updater: add settings entry to manually trigger check for updates</li> <li>Updater: reschedule update check job on channel change</li> + <li>arm, x86 and x86_64 are now supported / tested architectures</li> + <li>generic and emulator build targets are now supported / tested for development usage (not suitable for secure production releases)</li> </ul> <h3 id="2019.08.05.19"> |
