From cc4235257c03774b472020a0d954e34d6333a2b5 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sun, 12 Sep 2021 20:15:03 -0400 Subject: [PATCH] Update changelog --- docs/main/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index f59266fc..ffe04971 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`_ + +Develop +------- +- Fix a typo in ``Factory`` provider docs ``service.add_attributes(clent=client)`` + `#499 `_. + Thanks to `@rajanjha786 `_ for the contribution. + 4.36.0 ------ - Add support of non-string keys for ``FactoryAggregate`` provider.