diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-03-03 05:44:17 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-03-03 05:44:17 -0500 |
| commit | 08d06deb77a08fd9a7161b8a973e51c0edadc7ae (patch) | |
| tree | f8e183e3661bb4e5b5d99ab94858e3e969fb99da | |
| parent | 8af9f8fd363137c18c2404f33dec7115edfd5e22 (diff) | |
add stubs for future release notes
| -rw-r--r-- | static/releases.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index c05036e2..847b040f 100644 --- a/static/releases.html +++ b/static/releases.html @@ -73,6 +73,7 @@ <li> <a href="#changelog">Changelog</a> <ul> + <!--<li><a href="#2020.xx.xx.xx">2020.xx.xx.xx</a></li>--> <li><a href="#2020.03.03.03">2020.03.03.03</a></li> <li><a href="#2020.02.07.19">2020.02.07.19</a></li> <li><a href="#2020.02.04.01">2020.02.04.01</a></li> @@ -291,6 +292,30 @@ <p>List of tagged releases. Snapshot releases without tags such as early releases of the project and early device support releases are not listed.</p> + <!-- + + <h3 id="2020.xx.xx.xx"> + <a href="#2020.xx.xx.xx">2020.xx.xx.xx</a> + </h3> + + <p>Tags:</p> + <ul> + <li><a + href="https://github.com/GrapheneOS/platform_manifest/releases/tag/QQ2A.200305.002.2020.xx.xx.xx">QQ2A.200305.002.2020.xx.xx.xx</a> (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, emulator, generic, other targets)</li> + </ul> + + <p>Changes since the 2020.03.03.03 release:</p> + + <ul> + </ul> + + <p>Restoration of past features since the 2020.03.03.03 release:</p> + + <ul> + </ul> + + --> + <h3 id="2020.03.03.03"> <a href="#2020.03.03.03">2020.03.03.03</a> </h3> |
