From 6bb912446b8e3594ac476c101ab8b70c7d5dd64a Mon Sep 17 00:00:00 2001 From: Billy Vong Date: Thu, 10 Aug 2023 16:36:45 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5e6b5cde7f1..4949230b076e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 7.65.0-alpha.0 + +### Important Changes + +- **feat(replay): Upgrade to rrweb2.0** + +This should be fully backwards compatible with previously recorded replays. Only breaking change is that we will not be masking `aria-label` by default. This is to better support searching by clicks. Another issue is there is about a 13% bundle size increase, however this comes with improved performance and improved replay fidelity especially in regards to web components. + ## 7.64.0 - feat(core): Add setMeasurement export (#8791)