Update changelog

This commit is contained in:
Roman Mogylatov 2021-02-17 09:04:55 -05:00
parent 7c124024b4
commit 3a4a3ceff7

View File

@ -7,6 +7,13 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
Development version
-------------------
- Fix mistakenly processed awaitable objects in async mode. This bug has corrupted
``fastapi-redis`` example causing pool exhaustion.
Thanks to Ilya Miroshnichenko and Valery Komarov for finding and reporting
the issue.
4.23.2
------
- Improve async mode exceptions handling.