From 5296818841a3ed43992ab504f834b3f2b651751e Mon Sep 17 00:00:00 2001 From: Ignacio Tischelman <114942102+NachoEmbrace@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:37:23 -0300 Subject: [PATCH] Updating iOS changelog for 6.4.2 (#17) --- docs/ios/changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/ios/changelog.md b/docs/ios/changelog.md index 233da0bf..cecb8226 100644 --- a/docs/ios/changelog.md +++ b/docs/ios/changelog.md @@ -6,6 +6,14 @@ sidebar_position: 4 # iOS/tvOS SDK Changelog +## 6.4.2 +*Oct 2nd, 2024* +* Fixes + * Fixed crash in `URLSessionCaptureService`. + * Fixed network body capture logs not being exported. + * Fixed logic for background sessions. + * Fixed linker error on simulators in iOS 17.5 and below when using cocoapods. + ## 6.4.1 *Sep 26th, 2024* * Features