diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index ad13fb1b3e95f..a8163cad9fde0 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -111,7 +111,9 @@ New Pragmas in Clang Attribute Changes in Clang -------------------------- -- ... +- Attributes can now be specified by clang plugins. See the + `Clang Plugins `_ documentation for + details. Windows Support ---------------