diff --git a/feed.xml b/feed.xml
index 702fe9c168..c101d98a06 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 Aug 2020 12:41:53 +0000
- Thu, 13 Aug 2020 12:41:53 +0000
+ Thu, 13 Aug 2020 16:58:25 +0000
+ Thu, 13 Aug 2020 16:58:25 +0000Jekyll v3.9.0
diff --git a/pmd_release_notes.html b/pmd_release_notes.html
index 73be499e4d..fd0a37b1bf 100644
--- a/pmd_release_notes.html
+++ b/pmd_release_notes.html
@@ -1456,6 +1456,7 @@ which was introduced in PMD 6.26.0.
java-performance
#2441: [java] RedundantFieldInitializer can not detect a special case for char initialize: char foo = '\0';
+
#2530: [java] StringToString can not detect the case: getStringMethod().toString()
@@ -1509,6 +1510,7 @@ includes all code in the following packages, and their subpackages:
External Contributions
+
#2659: [java] StringToString can not detect the case: getStringMethod().toString() - Mykhailo Palahuta
#2677: [java] RedundantFieldInitializer can not detect a special case for char initialize: char foo = '\0'; - Mykhailo Palahuta
#2678: [java] AvoidCatchingThrowable can not detect the case: catch (java.lang.Throwable t) - Mykhailo Palahuta
#2679: [java] InvalidLogMessageFormatRule throws IndexOutOfBoundsException when only logging exception message - Mykhailo Palahuta