Skip to content

Commit 41ed07a

Browse files
committed
Update changelog
1 parent 8be7912 commit 41ed07a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/main/changelog.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,17 @@ that were made in every particular version.
77
From version 0.7.6 *Dependency Injector* framework strictly
88
follows `Semantic versioning`_
99

10-
Develop
10+
4.47.0
1111
-------
1212

1313
- Add support for ``Annotated`` type for module and class attribute injection in wiring,
1414
with updated documentation and examples.
1515
See discussion:
1616
https://github.com/ets-labs/python-dependency-injector/pull/721#issuecomment-2025263718
17+
- Fix ``root`` property shadowing in ``ConfigurationOption`` (`#875 https://github.com/ets-labs/python-dependency-injector/pull/875`_)
18+
- Fix incorrect monkeypatching during ``wire()`` that could violate MRO in some classes (`#886 https://github.com/ets-labs/python-dependency-injector/pull/886`_)
19+
- ABI3 wheels are now published for CPython.
20+
- Drop support of Python 3.7.
1721

1822
4.46.0
1923
------

0 commit comments

Comments
 (0)