Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-02-03 01:43:53 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-02-03 01:43:53 +0300
commit6f6a2a3301a806bb57d5f90c08ad707650d4f9c8 (patch)
tree9202d0fc8c99f944358e66cc33fde37e37771ed5 /CHANGELOG.md
parentf79e473fe2f37681d9c5bb71d21907a890bbf714 (diff)
Changelog update
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0d6fdb899f..ba272105e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,9 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
### Breaking Changes
* The event `User.getLanguage` has been removed.
* The following deprecated event has been removed: `TaskScheduler.getScheduledTasks`
+* The `Piwik\Registry` class has been removed in favor of using the container:
+ * `Registry::get('auth')` is replaced by `StaticContainer::get('Piwik\Auth')`
+ * `Registry::set('auth', $auth)` is replaced by `StaticContainer::getContainer()->set('Piwik\Auth', $auth)`
### Deprecations
* The following methods have been deprecated in favor of the new `Piwik\Intl` component: