From a52729177fe9c0b36d7e581b49f9b595762c4b51 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sun, 13 Sep 2020 20:01:22 -0400 Subject: [PATCH] Update changelog --- docs/main/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 418e1bdd..a114154a 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -7,6 +7,11 @@ that were made in every particular version. From version 0.7.6 *Dependency Injector* framework strictly follows `Semantic versioning`_ +Develop +------- +- Add native support of the generics to the providers: ``some_provider = providers.Provider[SomeClass]``. +- Deprecate module ``types``. + 3.43.1 ------ - Fix a typo in README.