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:
authorThomas Steur <thomas.steur@gmail.com>2015-08-12 18:23:38 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-08-21 12:48:31 +0300
commit500202b12aa8879c7deb09035792c9aab99f9da2 (patch)
tree47421d728fdb61a5ed09c1a0e943b9a074184e1f /CHANGELOG.md
parentaa8591b6e58fa5e9964cacc405493abe7bb80eaf (diff)
refs #8066 faster query to find websites with traffic since last successful archiving
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 71867aa9cc..60398b2f1c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,7 +8,7 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
* The method `Dimension::getId()` has been set as `final`. It is not allowed to overwrite this method.
### Deprecations
-
+* The API method `SitesManager.getSitesIdWithVisits` has been deprecated and will be removed in Piwik 3.0
* The following events have been deprecated and will be removed in Piwik 3.0. Use [dimensions](http://developer.piwik.org/guides/dimensions) instead.
* `Tracker.existingVisitInformation`
* `Tracker.getVisitFieldsToPersist`