diff options
author | Erik Faye-Lund <[email protected]> | 2019-04-18 15:39:35 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-05-02 11:09:15 +0000 |
commit | 3bda82b2e53d2e099b35ab0277def39127b58c69 (patch) | |
tree | a495881ab4abb7bab0674c04eaf9c0e98f992ef2 /docs/relnotes | |
parent | 92917e82e866155dd1d9300186e3be97cd673b47 (diff) |
docs: close lists
These lists never got closed. Let's fix that to avoid issues with bad
parsers.
Signed-off-by: Erik Faye-Lund <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/10.2.html | 2 | ||||
-rw-r--r-- | docs/relnotes/18.3.0.html | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/relnotes/10.2.html b/docs/relnotes/10.2.html index e9d30c5c17c..72b4edc7e61 100644 --- a/docs/relnotes/10.2.html +++ b/docs/relnotes/10.2.html @@ -70,6 +70,8 @@ TBD. <ul> <li>Renamed <i>--with-llvm-shared-libs</i> to <i>--enable-llvm-shared-libs</i></li> +</ul> + <p> The option is used to control how mesa is linked against LLVM, and now defaults to enabled (shared linking). diff --git a/docs/relnotes/18.3.0.html b/docs/relnotes/18.3.0.html index 370d5e823e2..c694b15b62c 100644 --- a/docs/relnotes/18.3.0.html +++ b/docs/relnotes/18.3.0.html @@ -272,6 +272,8 @@ Note: some of the new features are only available with certain drivers. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108914">Bug 108914</a> - blocky shadow artifacts in The Forest with DXVK, RADV_DEBUG=nohiz fixes this</li> +</ul> + <h2>Changes</h2> <ul> |