From 8090d337832d7747fdc1662f43bdeee8d25d493f Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sat, 22 Dec 2018 20:28:42 +0200 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 21bdea83..851fb1c8 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 +------------------- +- Fix issue with copying providers that have system streams injections + (``sys.stdin``, ``sys.stdout`` and ``sys.stderr``). + 3.14.2 ------ - Set Cython ``language_level=2``.