diff --git a/feed.xml b/feed.xml
index 24efada4b9..ca29172901 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/
- Tue, 29 Jan 2019 02:48:53 +0000
- Tue, 29 Jan 2019 02:48:53 +0000
+ Tue, 29 Jan 2019 03:03:31 +0000
+ Tue, 29 Jan 2019 03:03:31 +0000Jekyll v3.7.4
diff --git a/pmd_release_notes.html b/pmd_release_notes.html
index 0c9cef48af..3d62030d28 100644
--- a/pmd_release_notes.html
+++ b/pmd_release_notes.html
@@ -1289,6 +1289,11 @@ $('#toc').toc({ minimumHeaders: 0, listType: 'ul', showSpeed: 0, headers: 'h2,h3
Fixed Issues
+
java-bestpractices
+
+
#1555: [java] UnusedImports false positive for method parameter type in @see Javadoc
+
+
java-codestyle
#1547: [java] AtLeastOneConstructorRule: false-positive with lombok.AllArgsConstructor