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 Napoli <matthieu@mnapoli.fr>2014-12-04 08:29:33 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-12-04 08:29:33 +0300
commita59667bf04c670e26c1116985481e688084efc4f (patch)
treea5d1ca9a9ce30720e6b1ad07d06e09796123b204 /CHANGELOG.md
parent14cf2581242c75907fb554e08a30041ad107f558 (diff)
#6622 Logger refactoring: removed the "Log.getAvailableWriters" event
Adding new log backends will later be possible by configuring Monolog handlers
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 c02dfd9c1c..9d8c633871 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
* `Log.formatDatabaseMessage`
* `Log.formatScreenMessage`
* These events where very specific events for an internal need (logging exceptions) and have been replaced by a more extensible solution.
+* The event `Log.getAvailableWriters` has been removed: to add custom log backends, you now need to configure Monolog handlers
### Deprecations
* The API method `UserSettings.getBrowserVersion` is deprecated and will be removed from May 1st 2015. Use `DevicesDetection.getBrowserVersions` instead