Update changelog

This commit is contained in:
Roman Mogylatov 2022-12-18 15:31:37 -05:00
parent d694f40de7
commit 0b7c72dc70

View File

@ -7,6 +7,13 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_ follows `Semantic versioning`_
Development version
-------------------
- Add support of Python 3.11.
- Update CI/CD to use Ubuntu 22.04.
- Update CI/CD to ``actions/checkout@v3`` and ``actions/setup-python@v4``.
- Regenerate C sources using Cython 0.29.32.
4.40.0 4.40.0
------ ------
- Add ``Configuration.from_json()`` method to load configuration from a json file. - Add ``Configuration.from_json()`` method to load configuration from a json file.