From 2621e505cd8293a3e683ec72af4ec90907cce39c Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sat, 13 Feb 2021 09:11:52 -0500 Subject: [PATCH] Update changelog --- docs/main/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index e1243747..a2b8fc23 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -7,6 +7,11 @@ that were made in every particular version. From version 0.7.6 *Dependency Injector* framework strictly follows `Semantic versioning`_ +Development version +------------------- +- Improve ``Dependency`` provider error message: when dependency is undefined, + error message contains its name. + 4.20.2 ------ - Move docs on container "self" injections to "Providers" section.