Update changelog

This commit is contained in:
Roman Mogilatov 2016-05-22 16:25:17 +03:00
parent 635c953801
commit dffed4b561
1 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,9 @@ Development version
2.0.0 2.0.0
------ ------
- Drop backward compatibilities of 1.x. - Introduce new injections style for ``Callable``, ``Factory`` &
``Singleton`` providers.
- Increase performance of retrieving injections in 2 times (+100%).
- Drop providers: - Drop providers:
- ``Static`` - ``Static``
- ``Value`` - ``Value``
@ -21,6 +23,7 @@ Development version
- ``Class`` - ``Class``
- ``Config`` - ``Config``
- Drop ``Method`` injections. - Drop ``Method`` injections.
- Drop backward compatibilities of 1.x.
1.17.0 1.17.0
------ ------