Update changelog

This commit is contained in:
Roman Mogylatov 2021-02-25 09:51:33 -05:00
parent 43eb15ed65
commit 95b0356edc

View File

@ -10,6 +10,13 @@ follows `Semantic versioning`_
Development version Development version
------------------- -------------------
- Add tests for ``.as_float()`` modifier usage with wiring. - Add tests for ``.as_float()`` modifier usage with wiring.
- Make refactoring of wiring module and tests.
See PR # `#406 <https://github.com/ets-labs/python-dependency-injector/issues/406>`_.
Thanks to `@withshubh <https://github.com/withshubh>`_ for the contribution:
- Refactor unnecessary ``else`` / ``elif`` in ``wiring`` module when ``if`` block has a
return statement.
- Remove unused imports in tests.
- Use literal syntax to create data structure in tests.
4.26.0 4.26.0
------ ------