From 068d95a1adfcc8d6787254383ca94d56e916553c Mon Sep 17 00:00:00 2001 From: kean Date: Sun, 19 May 2024 10:49:14 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52563cfae..42ab53694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Pulse 4.x +## Pulse 4.2.0 + +*May 19, 2024* + +- Add `URLSession.taskDescription` support (closes https://github.com/kean/Pulse/issues/251). The console will now use `.taskDescription` instead of the original request URL. This behavior can be customized using the new `ConsoleViewDelegate`. + + ## Pulse 4.1.1 *May 6, 2024*