diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-06-15 07:50:05 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-06-15 07:50:05 -0400 |
| commit | 04f1f2c19bba9bd9e9ee0b3bb412eea940346d76 (patch) | |
| tree | b797d1f17366fa67c8879f6eb8b95fb7b27e16c5 /static/releases.html | |
| parent | dc233391235d2be535b989740ffc90c2deafaa8d (diff) | |
avoid redundancy in release notes
Diffstat (limited to 'static/releases.html')
| -rw-r--r-- | static/releases.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/releases.html b/static/releases.html index a93aa268..18d90bf3 100644 --- a/static/releases.html +++ b/static/releases.html @@ -368,11 +368,11 @@ <p>Changes since the 2020.06.02.02 release:</p> <ul> - <li>add channel name to update channel metadata and sanity check it in Updater</li> <li>SystemUI: handle non-SRGB wallpapers</li> <li>Vanadium: update Chromium base to 83.0.4103.96</li> <li>Vanadium: update Chromium base to 83.0.4103.101</li> - <li>Updater: sanity check channel name</li> + <li>add channel name to update channel metadata</li> + <li>Updater: sanity check channel name in update channel metadata</li> <li>Updater: raise minSdkVersion to 29</li> <li>Updater: extract care_map.pb rather than care_map.txt</li> <li>Updater: use a different zip for streaming updates (still an experimental / hidden feature)</li> |
