From 751c8a2afecde0d8fc978bd7310a258582dad7f1 Mon Sep 17 00:00:00 2001 From: Maciej Burda Date: Tue, 31 Oct 2023 17:59:24 +0000 Subject: [PATCH] RUM-1978 Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 412dc628f7..4b5c7931b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - [BUGFIX] Optimize Session Replay diffing algorithm. See [#1524][] - [FEATURE] Add network instrumentation for async/await URLSession APIs. See [#1394][] - [FEATURE] Change default tracing headers for first party hosts to use both Datadog headers and W3C `tracecontext` headers. See [#1529][] +- [BUGFIX] Fix RUM ViewController leaks. See [#1533][] # 2.4.0 / 18-10-2023 @@ -550,6 +551,7 @@ Release `2.0` introduces breaking changes. Follow the [Migration Guide](MIGRATIO [#1394]: https://github.com/DataDog/dd-sdk-ios/pull/1394 [#1524]: https://github.com/DataDog/dd-sdk-ios/pull/1524 [#1529]: https://github.com/DataDog/dd-sdk-ios/pull/1529 +[#1533]: https://github.com/DataDog/dd-sdk-ios/pull/1533 [@00fa9a]: https://github.com/00FA9A [@britton-earnin]: https://github.com/Britton-Earnin [@hengyu]: https://github.com/Hengyu