diff --git a/package.xml b/package.xml
index 3a12e9863..cf70c348e 100644
--- a/package.xml
+++ b/package.xml
@@ -71,7 +71,9 @@
BSD Style
- ...
+ - Support namespaced classes in <type> elements (Christoph M. Becker)
+ - Fix deprecation notice about incorrect argument order for join() in PHP 7.4. (Yoshinari)
+ - Remove trailing newline from HTML generated from <option> XML tags (Peter)
diff --git a/package_generic.xml b/package_generic.xml
index c1d042032..6355b4019 100644
--- a/package_generic.xml
+++ b/package_generic.xml
@@ -46,7 +46,8 @@
BSD Style
- ...
+ - Fix deprecation notice about incorrect argument order for join() in PHP 7.4. (Yoshinari)
+ - Remove trailing newline from HTML generated from <option> XML tags (Peter)
diff --git a/package_php.xml b/package_php.xml
index 3fca4582c..921c323eb 100644
--- a/package_php.xml
+++ b/package_php.xml
@@ -40,7 +40,7 @@
BSD Style
- ...
+ - Support namespaced classes in <type> elements (Christoph M. Becker)