From be73856c7c7974d00388f9728beeefd35370aaf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Mart=C3=ADn=20Sotuyo=20Dodero?= Date: Tue, 5 Feb 2019 23:32:52 -0300 Subject: [PATCH] Update changelog, refs #1644 --- docs/pages/release_notes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index e9e0362965..d2976c7d87 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -14,6 +14,12 @@ This is a {{ site.pmd.release_type }} release. ### New and noteworthy +#### Modified Rules + +* The Apex rule {% rule "apex/codestyle/MethodNamingConventions" %} (apex-codestyle) has a new + property `skipTestMethodUnderscores`, which is by default disabled. The new property allows for ignoring + all test methods, either using the `testMethod` modifier or simply annotating them `@isTest`. + ### Fixed Issues * java-bestpractices @@ -40,6 +46,7 @@ This is a {{ site.pmd.release_type }} release. * [#1635](https://github.com/pmd/pmd/pull/1635): \[java] UnsynchronizedStaticFormatter reports commons lang FastDateFormat - [Shubham](https://github.com/Shubham-2k17) * [#1637](https://github.com/pmd/pmd/pull/1637): \[java] Compile time constants initialized by literals avoided by AccessorMethodGenerationRule - [Shubham](https://github.com/Shubham-2k17) * [#1640](https://github.com/pmd/pmd/pull/1640): \[java] Update instead of override classHasLombokAnnotation flag - [Phokham Nonava](https://github.com/fluxroot) +* [#1644](https://github.com/pmd/pmd/pull/1644): \[apex] Add property to allow apex test methods to contain underscores - [Tom](https://github.com/tomdaly) {% endtocmaker %}