Update changelog for 2.0.0

This commit is contained in:
Roman Mogilatov 2016-06-09 19:44:05 +03:00
parent 91a8dbfa18
commit e92bf10531

View File

@ -15,16 +15,14 @@ Development version
------ ------
- Introduce new injections style for ``Callable``, ``Factory`` & - Introduce new injections style for ``Callable``, ``Factory`` &
``Singleton`` providers. ``Singleton`` providers.
- Increase performance of retrieving injections in 2 times (+100%). - Drop providers: ``Static``, ``Value``, ``Function``, ``Class``, ``Config``.
- Drop providers: - Increase performance of making injections in 2 times (+100%).
- ``Static``
- ``Value``
- ``Function``
- ``Class``
- ``Config``
- Drop method injections. - Drop method injections.
- Replace catalogs with containers. - Simplify providers overriding system.
- Drop backward compatibilities of 1.x. - Replace ``catalogs`` package with ``containers`` module.
- Drop all backward compatibilities for 1.x.
- Refactor most of the components.
- Update documentation.
1.17.0 1.17.0
------ ------