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-03-10 05:43:57 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-03-10 05:59:46 +0300
commit87577b6d8d1b3e1ca083f0a5d895a5643fd88339 (patch)
treedb8cbe095cc77beae216bf23eb707772351cff0e /CHANGELOG.md
parentfb42debbaa840791b658041c83fcd6909880e06e (diff)
Remove deprecated Period::factory()
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f1a8eb4e96..d252e23600 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
This is a changelog for Piwik platform developers. All changes for our HTTP API's, Plugins, Themes, etc will be listed here.
+## Piwik 2.12.0
+
+### Breaking Changes
+* The deprecated method `Period::factory()` has been removed. Use `Period\Factory` instead.
+
## Piwik 2.11.0
### Breaking Changes