[doc] Fix release notes

This commit is contained in:
Andreas Dangel
2020-11-06 09:55:48 +01:00
parent 52a71f48aa
commit 741d89c5c2

View File

@ -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.