diff --git a/feed.xml b/feed.xml
index 068bd08ea1..9e025790c2 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/
- Thu, 13 Dec 2018 07:46:52 +0000
- Thu, 13 Dec 2018 07:46:52 +0000
+ Thu, 13 Dec 2018 08:11:24 +0000
+ Thu, 13 Dec 2018 08:11:24 +0000Jekyll v3.7.4
diff --git a/pmd_release_notes.html b/pmd_release_notes.html
index 019cfcd936..0e95c0885d 100644
--- a/pmd_release_notes.html
+++ b/pmd_release_notes.html
@@ -1280,6 +1280,14 @@ $('#toc').toc({ minimumHeaders: 0, listType: 'ul', showSpeed: 0, headers: 'h2,h3
New and noteworthy
+
Modified Rules
+
+
+
The Java rule LocalVariableCouldBeFinal (java-codestyle) has a new
+property ignoreForEachDecl, which is by default disabled. The new property allows for ignoring
+non-final loop variables in a for-each statement.