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-01 04:07:26 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-12-01 04:07:26 +0300
commit65c96bb562d1da6d1163aa1ad70ddde37c7f7af5 (patch)
tree2f29bb1cd46652437aac237414070bcccbeee91a /CHANGELOG.md
parent1d5aedc49ab2e5d07c10e600fcd5a12a1f9ce378 (diff)
#6622 Logger refactoring: formatting messages is now done through Formatters instead of events
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d85406f477..c02dfd9c1c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,11 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
### Breaking Changes
* Some duplicate reports from UserSettings plugin have been removed. Widget URLs for those reports will still work till May 1st 2015. Please update those to the new reports of DevicesDetection plugin.
+* The following events have been removed:
+ * `Log.formatFileMessage`
+ * `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.
### Deprecations
* The API method `UserSettings.getBrowserVersion` is deprecated and will be removed from May 1st 2015. Use `DevicesDetection.getBrowserVersions` instead