From 741d89c5c20475937d8e45718bbc73f060399f42 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Fri, 6 Nov 2020 09:55:48 +0100 Subject: [PATCH] [doc] Fix release notes --- docs/pages/release_notes.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.