From 50a39e4c97f798b7075b8eb8274f6ffa9a497276 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sun, 10 Jul 2022 21:02:00 -0400 Subject: [PATCH] Update changelog --- docs/main/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 70a332b8..5a5133a9 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -10,6 +10,7 @@ follows `Semantic versioning`_ Development ----------- +- Add ``Configuration.from_json()`` method to load configuration from a json file. - Improve wording on the "Dependency injection and inversion of control in Python" docs page. - Update typing in the main example and cohesion/coupling correlation definition in "Dependency injection and inversion of control in Python".