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>2020-06-02 23:15:12 +0300
committerGitHub <noreply@github.com>2020-06-02 23:15:12 +0300
commitfb8a9d2d0f1ea2b07558f2a05cad29a35b3141cb (patch)
tree80b3ff57a3269267ee7cdd1626133908dbfba316 /CHANGELOG.md
parent52262868d6c9f3773d37096e1450910e88ad5fd8 (diff)
Optional userLogin in getUserPreference API (#16010)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1e0a2a5cc8..77eceed363 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,11 @@ This is the Developer Changelog for Matomo platform developers. All changes in o
The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)** lets you see more details about any Matomo release, such as the list of new guides and FAQs, security fixes, and links to all closed issues.
+## Matomo 3.13.6
+
+### API Changes
+* The first parameter `userLogin` in the `UsersManager.getUserPreference` method is now optional and defaults to the currently authenticated user login.
+
## Matomo 3.13.5
### New API
@@ -853,6 +858,7 @@ We are using `@since` annotations in case we are introducing new API's to make i
### Breaking Changes
### Deprecations
+### API Changes
### New features
### New APIs
### New commands