diff --git a/feed.xml b/feed.xml
index fc383f77fe..feba3c903c 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/
- Sat, 12 Sep 2020 10:13:25 +0000
- Sat, 12 Sep 2020 10:13:25 +0000
+ Sat, 12 Sep 2020 10:32:53 +0000
+ Sat, 12 Sep 2020 10:32:53 +0000Jekyll v3.9.0
diff --git a/pmd_release_notes.html b/pmd_release_notes.html
index f39365591f..f31af90332 100644
--- a/pmd_release_notes.html
+++ b/pmd_release_notes.html
@@ -1438,6 +1438,7 @@ $('#toc').toc({ minimumHeaders: 0, listType: 'ul', showSpeed: 0, headers: 'h2,h3
External Contributions
+
#2735: [ci] Add github actions for a fast view of pr succeed/not - XenoAmess
#2747: [java] Don’t trigger FinalFieldCouldBeStatic when field is annotated with lombok @Builder.Default - Ollie Abbey
#2773: [java] issue-2738: Adding null check to avoid npe when switch case is default - Nimit Patel