summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-03-24 23:50:03 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-03-24 23:50:03 -0400
commitbb7d4e0927d45c9af7ccfa4d3b1e71b979d34f8c (patch)
tree256ffb26de608d8b177ef45203efb2a286e9bc13
parentef4dd565c94017c622c042d7fd2ed61b324a3efa (diff)
fix typo
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index b5409299..98b62203 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -336,7 +336,7 @@
<li>Vanadium: disable content feed suggestions by default</li>
<li>Vanadium: update Chromium base to 80.0.3987.149</li>
<li>Settings: fix broken upstream MAC randomization value mapping uncovered by the always randomize option value</li>
- <li>make_key: use scrypt for key derivation used to encrypt keys</p>
+ <li>make_key: use scrypt for key derivation used to encrypt keys</li>
<li>add script/encrypt_keys.sh and script/decrypt_keys.sh for handling key encryption</li>
<li>improve UX, performance and algorithm support for encrypted keys in script/release.sh and script/generate_delta.sh</li>
<li>dexpreopt: disable BOARD_USES_SYSTEM_OTHER_ODEX for mainline devices, which was causing odex files to be unintentionally omitted from the system image for modern devices</li>