From 917abda16e1d8180e5f8b5d51aea5ec05b0bd3f7 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Fri, 9 Oct 2020 12:32:20 -0400 Subject: [PATCH] Update changelog --- docs/main/changelog.rst | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 01804d45..d8dd1b30 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -9,16 +9,41 @@ follows `Semantic versioning`_ 4.0.0 ----- +New features: + - Add ``wiring`` feature. + +Deprecations: + - Deprecate ``ext.aiohttp`` module. - Deprecate ``ext.flask`` module. -- Remove deprecated ``types`` module. - Deprecate ``.delegate()`` provider method in favor of ``.provider`` attribute. + +Removals: + +- Remove deprecated ``types`` module. + +Tutorials: + +- Update ``flask`` tutorial. +- Update ``aiohttp`` tutorial. +- Update ``asyncio`` daemon tutorial. +- Update CLI application tutorial. + +Examples: + +- Add ``django`` example. - Add ``sanic`` example. - Update ``aiohttp`` example. - Update ``flask`` example. -- Add ``django`` example. +- Update ``asyncio`` daemon example. +- Update ``movie-lister`` example. +- Update CLI application example. + +Misc: + - Regenerate C sources using Cython 0.29.21. +- Improve documentation and README (typos removal, rewording, etc). 3.44.0 ------