diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 9420a9e687ca71..5c6459d01b14cc 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -77,8 +77,13 @@ C++ Language Changes C++20 Feature Support ^^^^^^^^^^^^^^^^^^^^^ -- Support for out-of-line definitions of constrained templates has been improved. - This partially fixes `#49620 `_. +- Implemented the rule introduced by `CA104 `_ for comparison of + constraint-expressions. Improved support for out-of-line definitions of constrained templates. + This fixes: + `#49620 `_, + `#60231 `_, + `#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. (`#61278 `_)