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:
authorStefan Giehl <stefan@matomo.org>2021-05-12 02:11:45 +0300
committerGitHub <noreply@github.com>2021-05-12 02:11:45 +0300
commitba6be4072538eaf54625ebfcead626107836c818 (patch)
tree6a83f871a4be249465d689a504bf8910e6f73165 /CHANGELOG.md
parentc40c4b3d65e8f08dd44522b47cd5d1bba416009b (diff)
Use Common::safe_unserialize for session data (#17539)
* Use safe_unserialize in Session * Allow Notification class in session * update readme
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 787faa8092..d82339ef1e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)*
### Breaking Changes
* Before every JS error was tracked, from this version the same JS error will be only tracked once per page view. If the very same error is happening multiple times, then it will be tracked only once within the same page view. If another page view is tracked or when the page reloads, then the error will be tracked again.
+* It's no longer possible to store any class instances directly in the session object. Please use arrays or plain data instead.
### Upcoming Breaking Changes