From e92bf10531aeac09175f0a47fa21e6aa66076150 Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Thu, 9 Jun 2016 19:44:05 +0300 Subject: [PATCH] Update changelog for 2.0.0 --- docs/main/changelog.rst | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 1a81bb25..1f9686de 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -15,16 +15,14 @@ Development version ------ - Introduce new injections style for ``Callable``, ``Factory`` & ``Singleton`` providers. -- Increase performance of retrieving injections in 2 times (+100%). -- Drop providers: - - ``Static`` - - ``Value`` - - ``Function`` - - ``Class`` - - ``Config`` +- Drop providers: ``Static``, ``Value``, ``Function``, ``Class``, ``Config``. +- Increase performance of making injections in 2 times (+100%). - Drop method injections. -- Replace catalogs with containers. -- Drop backward compatibilities of 1.x. +- Simplify providers overriding system. +- Replace ``catalogs`` package with ``containers`` module. +- Drop all backward compatibilities for 1.x. +- Refactor most of the components. +- Update documentation. 1.17.0 ------