From fff449c6fe179cf5b6f48e13e3097b490202728b Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Wed, 28 Nov 2018 20:09:43 +0100 Subject: [PATCH] Release notes formatting --- docs/pages/release_notes.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 6bd3912e15..cfecb40c0f 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -113,14 +113,15 @@ now deprecated until 7.0.0. The proposed changes to the API are described [on th with different types (and obviously with different names). They both implement `Iterator<`{% jdoc jast::ASTVariableDeclaratorId %}`>` though, so you should iterate on each declared variable. See [#910](https://github.com/pmd/pmd/issues/910). -* Visitor decorators are now deprecated and will be removed in PMD 7.0.0. They were originally a way to write - composable visitors, used in the metrics framework, but they didn't prove cost-effective. - * In {% jdoc_package :jast %}: {% jdoc jast::JavaParserDecoratedVisitor %}, {% jdoc jast::JavaParserControllessVisitor %}, - {% jdoc jast::JavaParserControllessVisitorAdapter %}, and {% jdoc jast::JavaParserVisitorDecorator %} are deprecated with no intended replacement +* Visitor decorators are now deprecated and will be removed in PMD 7.0.0. They were originally a way to write + composable visitors, used in the metrics framework, but they didn't prove cost-effective. -* All classes from {% jdoc_package java::lang.java.metrics.impl.visitors %} are now considered internal API. They're deprecated - and will be moved into an internal package with 7.0.0. To implement your own metrics visitors, {% jdoc jast::JavaParserVisitorAdapter %} - you be directly subclassed. + * In {% jdoc_package :jast %}: {% jdoc jast::JavaParserDecoratedVisitor %}, {% jdoc jast::JavaParserControllessVisitor %}, + {% jdoc jast::JavaParserControllessVisitorAdapter %}, and {% jdoc jast::JavaParserVisitorDecorator %} are deprecated with no intended replacement. + +* All classes from {% jdoc_package java::lang.java.metrics.impl.visitors %} are now considered internal API. They're deprecated + and will be moved into an internal package with 7.0.0. To implement your own metrics visitors, + {% jdoc jast::JavaParserVisitorAdapter %} should be directly subclassed. ### External Contributions