Update changelog and cosmetic fixes

This commit is contained in:
Roman Mogylatov 2021-10-18 16:06:25 -04:00
parent ab93b9d488
commit 4bd8eb1e5e
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ Develop
will no longer be tested on Python 3.4 and any bugs will not be fixed.
- Fix ``Dependency.is_defined`` attribute to always return boolean value.
- Update documentation and fix typos.
- Migrate tests to ``pytest``.
4.36.2
------

View File

@ -1 +1 @@
"""Dependency injector unit tests."""
"""Tests package."""