From f00fa16bd01512a19b8fab913edd91f6cf94ae26 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sun, 27 Mar 2022 14:23:27 -0400 Subject: [PATCH] Update changelog --- docs/main/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 976b0499..c9c35037 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -7,6 +7,12 @@ that were made in every particular version. From version 0.7.6 *Dependency Injector* framework strictly follows `Semantic versioning`_ +Develop +------- +- Fix bug `#569 `_: + "numpy.typing.NDArray breaks wiring". Thanks to + `@VKFisher (Vlad Fisher) `_ for reporting the issue and providing a fix. + 4.38.0 ------ - Add new provider ``Aggregate``. It is a generalized version of ``FactoryAggregate`` that