diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 90655d4d6f75ff400cb66416e2d6012ddec5a7b2..bffef199865bc2ae696f3ebda96ff5d26b6cc465 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -118,7 +118,9 @@ These are major API changes that have happened since the 3.6 release of Clang. If upgrading an external codebase that uses Clang as a library, this section should help get you past the largest hurdles of upgrading. -... +- Some of the `PPCallbacks` interface now deals in `MacroDefinition` + objects instead of `MacroDirective` objects. This allows preserving + full information on macros imported from modules. libclang --------