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.