From 1bd73f1232aa57d5349c07d771532a96affa6b8a Mon Sep 17 00:00:00 2001 From: Pierre du Plessis Date: Mon, 14 Jan 2019 13:11:55 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b56d9a..c524c9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ -2.0.0 -===== +2.0.0 Alpha 2 +============= + * Introducing ability to specify a namespace for redis storage (#10) + * Change Config class to StorageFactory (#6) + * Update Travis config to test on different environments (#8) + * Update PHPUnit to the latest version + * Remove HHVM support * Change `Config` class to `StorageFactory` * Remove the `get`, `set` and `__construct` methods in the `StorageFactory` class * Move the `StorageFactory` class to the `SolidWorx\Toggler\Storage` namespace