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 <tsteur@users.noreply.github.com>2014-08-18 16:18:27 +0400
committerThomas Steur <tsteur@users.noreply.github.com>2014-08-18 16:18:27 +0400
commit0f6424a0a1aff64cdbbda376d13c3ba3cc3b6803 (patch)
tree891afc4a37e8872ac305c87c646836631328757d /CHANGELOG.md
parent2b78a57658d832f9ccf9269250421a65e90b8e2b (diff)
added information that filter_offset/limit can be used now along with arrays in reporting api
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5ba1724efb..39309b4c45 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
This is a changelog for Piwik platform developers. All changes for our HTTP API's, Plugins, Themes, etc will be listed here.
+## Piwik 2.6.0
+
+### New features
+
+#### Reporting API
+If an API returns an indexed array, it is now possible to use `filter_limit` and `filter_offset`. This was before only possible if an API returned a DataTable.
+
## Piwik 2.5.0
### Breaking Changes