diff --git a/feed.xml b/feed.xml
index 2ef19ea199..366627dd94 100644
--- a/feed.xml
+++ b/feed.xml
@@ -5,8 +5,8 @@
Intended as a documentation theme based on Jekyll for technical writers documenting software and other technical products, this theme has all the elements you would need to handle multiple products with both multi-level sidebar navigation, tags, and other documentation features.
https://pmd.github.io/pmd/
- Wed, 06 Feb 2019 01:55:42 +0000
- Wed, 06 Feb 2019 01:55:42 +0000
+ Wed, 06 Feb 2019 02:35:55 +0000
+ Wed, 06 Feb 2019 02:35:55 +0000Jekyll v3.7.4
diff --git a/pmd_release_notes.html b/pmd_release_notes.html
index c69a790ac6..1f5208110b 100644
--- a/pmd_release_notes.html
+++ b/pmd_release_notes.html
@@ -1286,6 +1286,14 @@ $('#toc').toc({ minimumHeaders: 0, listType: 'ul', showSpeed: 0, headers: 'h2,h3
New and noteworthy
+
Modified Rules
+
+
+
The Apex rule 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.