mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Fix typo in changelog
This commit is contained in:
parent
a8301ff99e
commit
4ff95a5f39
|
@ -13,7 +13,7 @@ Develop
|
||||||
``container.wire(modules=["yourapp.module1"])``.
|
``container.wire(modules=["yourapp.module1"])``.
|
||||||
- Add container wiring configuration ``wiring_config = containers.WiringConfiguration()``.
|
- Add container wiring configuration ``wiring_config = containers.WiringConfiguration()``.
|
||||||
- Add support of ``with`` statement for ``container.override_providers()`` method.
|
- Add support of ``with`` statement for ``container.override_providers()`` method.
|
||||||
- Drop support of Python 3.4. There are no immediate braking changes, but Dependency Injector
|
- Drop support of Python 3.4. There are no immediate breaking changes, but Dependency Injector
|
||||||
will no longer be tested on Python 3.4 and any bugs will not be fixed.
|
will no longer be tested on Python 3.4 and any bugs will not be fixed.
|
||||||
- Update documentation and fix typos.
|
- Update documentation and fix typos.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user