Changelog: add note and discussion link for Annotated attribute injection support

This commit is contained in:
Roman Mogylatov 2025-05-21 13:02:32 -04:00
parent 457b6de00c
commit 686fc92168

View File

@ -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
------