From 0e50194b8702a38b89013e451b59ad06db547721 Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Thu, 16 Nov 2023 17:05:59 +0100 Subject: [PATCH] Prepare v1.3.0 release --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c0575b0..6e507545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ CHANGELOG for 1.x ================= +* 1.3.0 (2023-11-16) + + This is a compatibility release to ensure a smooth upgrade path for those not + yet on Promise v3. We encourage upgrading to the latest version when possible, + as Promise v3 will be the way forward for this project. + + * Feature: Full PHP 8.3 compatibility. + (#257 by @clue) + + * Improve test suite, use GitHub actions for continuous integration (CI) and + report failed assertions. + (#242 by @clue and #175, #184, #187, #216 and #218 by @SimonFrings) + * 1.2.1 (2016-03-07) * Fix `DeferredPromise` to also implement the `CancellablePromiseInterface`.