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>2014-12-30 03:37:07 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-01-05 05:25:13 +0300
commit0e0fc76d83fc3de130b46ebf76f22dab87a66650 (patch)
treedcc2e0be945aaa6cff19b82a7739253fc829ff79 /CHANGELOG.md
parent62194cf004dfdb528c3ca5b59289660634f1369f (diff)
Fixed typo that crept in
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 75e5b5e458..79d6020320 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.
+### Deprecations
+* The `Piwik\Translate` class has been deprecated in favor of `Piwik\Translation\Translator`.
+
## Piwik 2.10.0
### Breaking Changes