From cf2861c4b4b2a87618449a66d1b0467af98d5677 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 23 Aug 2021 21:14:22 -0400 Subject: [PATCH] Update changelog --- docs/main/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index db47b67a..0f3b4df0 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -12,6 +12,9 @@ Development version - Improve resource subclasses typing and make shutdown definition optional `PR #492 `_. Thanks to `@EdwardBlair `_ for suggesting the improvement. +- Fix environment variables interpolation examples in configuration provider docs ``{$ENV} -> ${ENV}``. + Thanks to `Felipe Rubio @krouw `_ for reporting the issue and + fixing yaml example `PR #494 `_. - Fix ``@containers.copy()`` decorator to respect dependencies on parent providers. See issue `#477 `_. Thanks to `Andrey Torsunov @gtors `_ for reporting the issue.