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:
authorsgiehl <stefan@matomo.org>2020-06-04 15:48:58 +0300
committersgiehl <stefan@matomo.org>2020-06-04 16:21:37 +0300
commit5653219ad5d6e7c68fe76a9cd6bbb9ae653d9e27 (patch)
treec089ccda4aa00e58847a79058896d8242dd3710e /CHANGELOG.md
parenta35070be5146539999fdd02d5323f466d314192b (diff)
parente0fb7b40b7ddf42da70e63224c43524380f57e48 (diff)
Merge branch '3.x-dev' into 4.x-dev
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 f1d5ecdaa3..281a670082 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -83,6 +83,11 @@ The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)*
* Support for tracking and reporting of these browser plugins has been discontinued: Gears, Director
* Added new event `Db.getTablesInstalled`, plugins should use to register the tables they create.
+## 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
@@ -932,6 +937,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