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 <mattab@users.noreply.github.com>2020-08-18 23:59:50 +0300
committerGitHub <noreply@github.com>2020-08-18 23:59:50 +0300
commit0cc279780b7c2c881fbab21b0c5fac122d3d45ef (patch)
tree579ec4b2a2029263e7c90a48acbbb4563ff184d1 /CHANGELOG.md
parentc9682a66981e4428485a2c9760f62567c2366f6d (diff)
Reporting API: showColumns and hideColumns are now applied recursively (#11115)
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 796bd11048..438a974f0b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -124,6 +124,7 @@ These are only recommendations (because we will keep backward compatibility for
#### New APIs
* A new API `UsersManager.createAppSpecificTokenAuth` has been added to create an app specific token for a user.
* A new JS tracker method `getMatomoUrl` has been added which replaces `getPiwikUrl`.
+* Reporting API: It is now possible to apply `hideColumns` recursively to nested values by setting `hideColumnsRecursively=1`. For all `Live` api methods this is the default behaviour.
### Other Breaking changes