From 50607eb37d2727094b0a03ea4e770c0ccaa03195 Mon Sep 17 00:00:00 2001 From: qiaocc Date: Thu, 10 Sep 2020 18:15:09 +0800 Subject: [PATCH] fix typo (#6346) --- Changelog.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Changelog.rst b/Changelog.rst index c5126ef3bd6..0a37098c9f0 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -37,17 +37,17 @@ an overview of what's new in Celery 5.0. :release-by: Omer Katz - Allow to opt out of ordered group results when using the Redis result backend (#6290). -- **Breaking Chnage** Remove the deprecated celery.utils.encoding module. +- **Breaking Change** Remove the deprecated celery.utils.encoding module. 5.0.0b1 ======= :release-date: 2020-08-19 8.30 P.M UTC+3:00 :release-by: Omer Katz -- **Breaking Chnage** Drop support for the Riak result backend (#5686). -- **Breaking Chnage** pytest plugin is no longer enabled by default. (#6288) +- **Breaking Change** Drop support for the Riak result backend (#5686). +- **Breaking Change** pytest plugin is no longer enabled by default. (#6288) Install pytest-celery to enable it. -- **Breaking Chnage** Brand new CLI based on Click (#5718). +- **Breaking Change** Brand new CLI based on Click (#5718). 5.0.0a2 =======