From 50746b4a33454057ff3507355f3a1379a21af3c6 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Fri, 7 Jul 2023 12:49:51 +0200 Subject: [PATCH] fix(tracker): fix changelog legacy changes --- tracker/tracker/CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tracker/tracker/CHANGELOG.md b/tracker/tracker/CHANGELOG.md index 792f695d4..7479afc00 100644 --- a/tracker/tracker/CHANGELOG.md +++ b/tracker/tracker/CHANGELOG.md @@ -1,9 +1,13 @@ # 9.0.0 -- Option to disable string dictionary +- Option to disable string dictionary `{disableStringDict: true` in Tracker constructor - Introduced Feature flags api - Fixed input durations recorded on programmable autofill +# 8.1.2 + +- option to disable string dictionary `{disableStringDict: true` in Tracker constructor + # 8.1.1 [collective patch] @@ -15,6 +19,10 @@ - **[breaking]** support for multi-tab sessions +# 7.0.4 + +- option to disable string dictionary `{disableStringDict: true` in Tracker constructor + # 7.0.3 - Prevent auto restart after manual stop