From 0fa124ccd8a0dc030997ff28d93efcb12c04a9a4 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli <matthieu@mnapoli.fr> Date: Mon, 9 Feb 2015 19:22:27 +1300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 325e6ecdd2..3ff63da0fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API' * `Piwik\ScheduledTask`: use `Piwik\Scheduler\Task` instead * The API method `UserSettings.getLanguage` is deprecated and will be removed from May 1st 2015. Use `UserLanguage.getLanguage` instead * The API method `UserSettings.getLanguageCode` is deprecated and will be removed from May 1st 2015. Use `UserLanguage.getLanguageCode` instead -* The `Piwik\Registry` class has been removed in favor of using the container: +* The `Piwik\Registry` class has been deprecated in favor of using the container: * `Registry::get('auth')` should be replaced with `StaticContainer::get('Piwik\Auth')` * `Registry::set('auth', $auth)` should be replaced with `StaticContainer::getContainer()->set('Piwik\Auth', $auth)` -- GitLab