From 9f32ebfd947bf3170ffb179947620111b460300d Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Fri, 29 Jan 2021 13:46:46 -0500 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 9aa84d4e..ae91138f 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`_ +Development version +------------------- +- Add ``default`` argument to the dependency provider: ``Dependency(..., default=...)``. + See issue: `#336 `_. + Many thanks to `Shaun Cutts `_ for providing the use case. + 4.12.0 ------ - Add wiring import hook that auto-wires dynamically imported modules.