diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 99b277aa9e..4f08b71536 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -24,11 +24,12 @@ This is a {{ site.pmd.release_type }} release. #### Deprecated API -* {% jdoc java::ast.ASTPackageDeclaration#getPackageNameImage() %}, {% jdoc java::ast.ASTTypeParameter#getParameterName() %} +* {% jdoc !!java::lang.java.ast.ASTPackageDeclaration#getPackageNameImage() %}, + {% jdoc !!java::lang.java.ast.ASTTypeParameter#getParameterName() %} and the corresponding XPath attributes. In both cases they're replaced with a new method `getName`, the attribute is `@Name`. -##### Internal API +#### Internal API Those APIs are not intended to be used by clients, and will be hidden or removed with PMD 7.0.0. You can identify them with the `@InternalApi` annotation. You'll also get a deprecation warning.