From a93da7dc0ce93ab36f5d659bdc9d66c33b6ab874 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Fri, 18 Apr 2014 16:16:57 +0200 Subject: [PATCH] update readme --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77146ebee..6ea851967 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ - coupons effect are recalculated after each product's cart modification - You can declare new compilerPass in modules. See Thelia\Module\BaseModule::getCompilers phpDoc - Add ability to load assets from another template. See https://gist.github.com/lunika/9365180 +- allow possibility to use Dependency Injection compiler in Thelia modules +- Add Deactivate Module Command Line +- add indexes on database for improving performance +- #2.0.0-RC1 - Remove container from BaseAction.