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 <thomas.steur@gmail.com>2015-09-02 10:20:52 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-09-02 10:20:52 +0300
commitcb2deb55b55f0ccd8638f06626d3e162e84c2a6c (patch)
tree42dbd187a49e48d2410d469bdd3e844c7399adb3 /CHANGELOG.md
parent7e781a71ddb459e1abf0bf0c4fb86ead236e4408 (diff)
Login Controller is now considered API.
See https://github.com/piwik/piwik/pull/8681
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 4be76cf395..20ec83a735 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,7 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
### New APIs
* The JavaScript Tracker `piwik.js` got a new method `logAllContentBlocksOnPage` to log all found content blocks within a page to the console. This is useful to debug / test content tracking. It can be triggered via `_paq.push(['logAllContentBlocksOnPage'])`
+* The Class `Piwik\Plugins\Login\Controller` is now considered a public API.
### Internal Change
* The option `branch` of the console command `development:sync-system-test-processed` was removed as it is no longer needed.