fix(tracker): fix changelog legacy changes
This commit is contained in:
parent
779dfe9162
commit
50746b4a33
1 changed files with 9 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue