diff --git a/CHANGELOG.md b/CHANGELOG.md index df226ac14..10e69ae51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Yii2 Queue Extension Change Log - Enh #464: Delete property `maxPriority` (skolkin-worker) - Enh #486: `SignalLoop::$exitSignals` now includes `SIGQUIT` (rhertogh) - Enh #487: Add ability to push message with headers for AMQP interop driver (s1lver) +- Bug #373: Fixed error if payload in Redis is null (sanwv, magarzon) 2.3.5 November 18, 2022 diff --git a/UPGRADE.md b/UPGRADE.md index 7882bc724..d4dbfcfca 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -4,7 +4,7 @@ Upgrading Instructions This file contains the upgrade notes. These notes highlight changes that could break your application when you upgrade the package from one version to another. -Upgrade to 3.0.0 +Upgrade to 2.3.6 ---------------- * The `maxPriority` property was removed from [amqp_interop](docs/guide/driver-amqp-interop.md).