From dffed4b56133f5e7ae742838bad20bcb6eec993f Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Sun, 22 May 2016 16:25:17 +0300 Subject: [PATCH] Update changelog --- docs/main/changelog.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 1ea8f9fc..dc8f0d66 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -13,7 +13,9 @@ Development version 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: - ``Static`` - ``Value`` @@ -21,6 +23,7 @@ Development version - ``Class`` - ``Config`` - Drop ``Method`` injections. +- Drop backward compatibilities of 1.x. 1.17.0 ------