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 Aubry <matt@piwik.org>2015-04-22 08:08:48 +0300
committerMatthieu Aubry <matt@piwik.org>2015-04-22 08:08:48 +0300
commit69213303a0a47e26a06f2bfd29a88d8422992329 (patch)
treeadee2e9eb875367680c416f06135c073a7c3b6d5 /CHANGELOG.md
parent632280fc8db3127ec54204db552322aef472bbea (diff)
parentc8c99a22af6d537267dc8c4add6d79a52dc895b6 (diff)
Merge pull request #7693 from piwik/6809_2
All websites dashboard - improve performance when thousands of websites
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f7004f45a..d57774a516 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
### Breaking Changes
* The API method `Live.getLastVisitsDetails` does no longer support the API parameter `filter_sort_column` to prevent possible memory issues when `filter_offset` is large.
+* The Event `Site.setSite` was removed as it causes performance problems.
### New commands
* There is now a `diagnostic:run` command to run the system check from the command line.