From 001b525c697aeae9f860dfa6b6feb079c9d2c62b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pr=C3=A9vot?= <taffit@debian.org> Date: Sun, 16 Jul 2023 11:51:13 +0200 Subject: [PATCH] Update changelog for 3.0.0-1 release --- debian/changelog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/debian/changelog b/debian/changelog index d0c0d50..023057b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +php-react-promise (3.0.0-1) experimental; urgency=medium + + [ Jan Sorgalla ] + * Introduce 3.0.0 section in changelog and add note about global queue + * Fix PHPUnit warnings for deprecated PHPUnit_Framework_TestCase::getMock() + (Closes: #1039824) + * Update copyright year + + [ Christian Lück ] + * Mark `FulfilledPromise` and `RejectedPromise` as internal + * Prepare v3.0.0 release + + -- David Prévot <taffit@debian.org> Sun, 16 Jul 2023 11:42:13 +0200 + php-react-promise (2.10.0-1) experimental; urgency=medium * Upload new minor to experimental during the Freeze -- GitLab