From fad2fa2131f97ba12caaa36be64fbcee0abc8f6c Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 19 Oct 2020 17:18:06 -0400 Subject: [PATCH] Update changelog --- docs/main/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 9a988da1..ca7b13e6 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -7,6 +7,10 @@ that were made in every particular version. From version 0.7.6 *Dependency Injector* framework strictly follows `Semantic versioning`_ +Develop +------- +- Update all links in documentation and examples to use ``https://`` instead of ``http``. + 4.0.4 ----- - Fix typing stubs for ``container.override()`` method.