From 41ed07a210e956a38664cf7c31ed408fa1d2bb2a Mon Sep 17 00:00:00 2001 From: ZipFile Date: Wed, 28 May 2025 19:03:52 +0000 Subject: [PATCH] Update changelog --- docs/main/changelog.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 165d003f..06acc716 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -7,13 +7,17 @@ that were made in every particular version. From version 0.7.6 *Dependency Injector* framework strictly follows `Semantic versioning`_ -Develop +4.47.0 ------- - 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 +- Fix ``root`` property shadowing in ``ConfigurationOption`` (`#875 https://github.com/ets-labs/python-dependency-injector/pull/875`_) +- Fix incorrect monkeypatching during ``wire()`` that could violate MRO in some classes (`#886 https://github.com/ets-labs/python-dependency-injector/pull/886`_) +- ABI3 wheels are now published for CPython. +- Drop support of Python 3.7. 4.46.0 ------