diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-10-24 01:10:43 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-10-24 01:10:43 -0400 |
| commit | 99210cfb98bfdc9c05f2ed78efe2838042b2d5f9 (patch) | |
| tree | 83704e698dbc527e3adb5026f1fddf3e91aa8fcc | |
| parent | 39ce0b960f7c6ed833465625d447de98d615ce35 (diff) | |
add missing word
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index e88a18e6..8589b195 100644 --- a/static/releases.html +++ b/static/releases.html @@ -717,7 +717,7 @@ <p>Changes since the 2023101300 release:</p> <ul> - <li>initial non-experimental for Pixel 8 and Pixel 8 Pro support</li> + <li>initial non-experimental release for Pixel 8 and Pixel 8 Pro support</li> <li>speed up skipping compilation of system packages with dexpreopt (precompilation to native code) to improve post-update boot time</li> <li>backport assorted dexpreopt fixes to make it work for more system packages again to improve verified boot security, free up wasted disk space and reduce post-update boot time</li> <li>use speed-profile compilation for user installed packages for first boot of an update to significantly improve boot time, then recompile then with full speed optimization in the background with a progress notification and a notification when it's finished for respawning apps</li> |
