From 686fc921687e5617e16486c7daabf1f8de74d95a Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Wed, 21 May 2025 13:02:32 -0400 Subject: [PATCH] Changelog: add note and discussion link for Annotated attribute injection support --- docs/main/changelog.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 4d724da1..165d003f 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -7,6 +7,14 @@ that were made in every particular version. From version 0.7.6 *Dependency Injector* framework strictly follows `Semantic versioning`_ +Develop +------- + +- Add support for ``Annotated`` type for module and class attribute injection in wiring, + with updated documentation and examples. + See discussion: + https://github.com/ets-labs/python-dependency-injector/pull/721#issuecomment-2025263718 + 4.46.0 ------