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:
authorStefan Giehl <stefan.giehl@mayflower.de>2015-03-16 11:35:52 +0300
committerStefan Giehl <stefan.giehl@mayflower.de>2015-03-16 11:35:52 +0300
commit62671e23cc7f885a0b36845b579a74fb2312c00d (patch)
tree1ce61fa3795538c35a1ccc0c1fd6605c1c910a55 /CHANGELOG.md
parent978410fc4b73a239b65db7b02aa8f7d8b6a57368 (diff)
moved changelog entry to new topic APIs Improvements
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8bef68b233..ff6fa5e33c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,6 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
## Piwik 2.12.0
### Breaking Changes
-* Visitor details now additionally contain: `deviceTypeIcon`, `deviceBrand` and `deviceModel`
* The deprecated method `Period::factory()` has been removed. Use `Period\Factory` instead.
* The deprecated method `Config::getConfigSuperUserForBackwardCompatibility()` has been removed.
* The deprecated methods `MenuAdmin::addEntry()` and `MenuAdmin::removeEntry()` have been removed. Use `Piwik\Plugin\Menu` instead.
@@ -29,6 +28,9 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
### New commands
* There is now a command `core:purge-old-archive-data` that can be used to manually purge temporary, error-ed and invalidated archives from one or more archive tables.
+### APIs Improvements
+* Visitor details now additionally contain: `deviceTypeIcon`, `deviceBrand` and `deviceModel`
+
## Piwik 2.11.0
### Breaking Changes