From 0ddd4f744d495cd01a1b5d43c6f1dd0374fda463 Mon Sep 17 00:00:00 2001 From: Tyson Andre Date: Sun, 26 Apr 2020 13:28:51 -0400 Subject: [PATCH] Mention recent changes in package.xml Leave out changes to package_pear.xml since I'm not sure if any other changes are planned before 1.1.12. It had the comment "bump version" in the previous release. --- package.xml | 4 +++- package_generic.xml | 3 ++- package_php.xml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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)