Update changelog

This commit is contained in:
Roman Mogylatov 2022-07-10 21:02:00 -04:00
parent f2641687a5
commit 50a39e4c97
1 changed files with 1 additions and 0 deletions

View File

@ -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".