diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 5c6459d01b14c..b0f848d47a67f 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -82,7 +82,7 @@ C++20 Feature Support This fixes: `#49620 `_, `#60231 `_, - `#61414 `_, + `#61414 `_, `#61809 `_. - Lambda templates with a requires clause directly after the template parameters now parse correctly if the requires clause consists of a variable with a dependent type.