From 71e738330edeeab451b2431e48ccf4e569c7d092 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Fri, 16 Aug 2024 11:08:20 +0200 Subject: [PATCH] changelog 3.7.2 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 991ab3147..71ab865ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Next +## 3.7.2 - 2024-08-16 + - recording: improve ios session recording performance by avoiding redrawing after screen updates ([#166](https://github.com/PostHog/posthog-ios/pull/166)) - `debouncerDelay` is changed from 500ms to 1s since the iOS screenshot has to be taken in the main thread and its more sensitive to performance issues