From 750445c5d1f2917b4070b83373ca175550d29f6a Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sun, 27 Mar 2022 22:10:25 -0400 Subject: [PATCH] Update changelog --- docs/main/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index c9c35037..4cc93684 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -9,6 +9,7 @@ follows `Semantic versioning`_ Develop ------- +- Optimize synchronous and asynchronous injections and wiring from x1.5 to x7 times depending on the use case. - Fix bug `#569 `_: "numpy.typing.NDArray breaks wiring". Thanks to `@VKFisher (Vlad Fisher) `_ for reporting the issue and providing a fix.