From 2a3d55a63afe00b34434270bc5b92f233591c58c Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Mon, 18 Nov 2013 11:40:31 +0100 Subject: [PATCH] create changelog file --- CHANGELOG.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CHANGELOG.txt diff --git a/CHANGELOG.txt b/CHANGELOG.txt new file mode 100644 index 000000000..445e0968f --- /dev/null +++ b/CHANGELOG.txt @@ -0,0 +1,11 @@ +2.0.0-beta2 + http://doc.thelia.net is available in beta. + Increase performance in prod mode. + Front part (routes and controller) are now a dedicated module. + allow to create a customer in admin panel + translation is implemented : + - I18n directory in template or module. + - multiple extensions are available. We choose to used php but you can use other. + - You can translate your template or module from the admin. + Admin hook exists. With this hooks, a module can add +