From 4261e9476ecc18797ba531d0bdbbfcc77e5f5243 Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:16:26 -0800 Subject: [PATCH] Update CHANGELOG --- pkgs/unified_analytics/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/unified_analytics/CHANGELOG.md b/pkgs/unified_analytics/CHANGELOG.md index bee8205e..a409d15d 100644 --- a/pkgs/unified_analytics/CHANGELOG.md +++ b/pkgs/unified_analytics/CHANGELOG.md @@ -1,3 +1,6 @@ +## 6.1.6-wip +- Added `isV2Inspector` to the `Event.devtoolsEvent` constructor. + ## 6.1.5 - Remove any `data` entries with a null value in the `Event.exception` constructor.