diff --git a/feed.xml b/feed.xml
index a6e1db963b..57694dabed 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/
- Sun, 29 Jul 2018 08:42:31 +0000
- Sun, 29 Jul 2018 08:42:31 +0000
+ Sun, 29 Jul 2018 09:37:09 +0000
+ Sun, 29 Jul 2018 09:37:09 +0000Jekyll v3.7.3
diff --git a/pmd_release_notes.html b/pmd_release_notes.html
index f1b5795f43..78209a6bee 100644
--- a/pmd_release_notes.html
+++ b/pmd_release_notes.html
@@ -1259,7 +1259,9 @@ $('#toc').toc({ minimumHeaders: 0, listType: 'ul', showSpeed: 0, headers: 'h2,h3
@@ -1286,9 +1294,25 @@ parameters and lambda parameters (considering whether they are explicitly typed
+
Modified Rules
+
+
+
The Java rules [AccessorClassGeneration'](pmd_rules_java_bestpracices.html#accessorclassgeneration) and
+[AccessorMethodGeneration](pmd_rules_java_bestpracices.html#accessormethodgeneration) (both in category
+java-bestpractices`) have been modified to be only valid up until Java 10. Java 11 adds support for
+JEP 181: Nest-Based Access Control which avoids the generation of
+accessor classes / methods altogether.
+
+
Fixed Issues
+
core
+
+
#1178: [core] “Unsupported build listener” in gradle build
+
#1225: [core] Error in sed expression on line 82 of run.sh while detecting installed version of Java