From 5acddac9c15e87edff76846e8903a3c4552da22b Mon Sep 17 00:00:00 2001 From: ZipFile Date: Fri, 19 Sep 2025 10:00:41 +0000 Subject: [PATCH] Add changelog entry for v4.48.2 --- docs/main/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 4ebbcbc3..a9ec5880 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -7,6 +7,13 @@ that were made in every particular version. From version 0.7.6 *Dependency Injector* framework strictly follows `Semantic versioning`_ +4.48.2 +------ + +- Add ``warn_unresolved=True`` to ``WiringConfiguration`` and ``container.wire()`` + to produce warnings on unresolved string identifiers. +- ABI3 wheels are now built only for CPython version >=3.10 (see issue `#919 `_). + 4.48.1 ------