From e189226ebfa7c747264908aa41073f694cf9a465 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Fri, 9 Oct 2020 13:09:37 -0400 Subject: [PATCH] Update changelog --- docs/main/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index d8dd1b30..1b5a9cfd 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -15,8 +15,8 @@ New features: Deprecations: -- Deprecate ``ext.aiohttp`` module. -- Deprecate ``ext.flask`` module. +- Deprecate ``ext.aiohttp`` module in favor of ``wiring`` feature. +- Deprecate ``ext.flask`` module in favor of ``wiring`` feature. - Deprecate ``.delegate()`` provider method in favor of ``.provider`` attribute. Removals: