From bcb778b33c30fbb224e0fe5f99d24897d2c21c4a Mon Sep 17 00:00:00 2001 From: Thibault Wittemberg Date: Tue, 3 Jan 2023 15:40:09 +0100 Subject: [PATCH] project: bump CHANGELOG to 0.5.2 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dab08a9..43b7b23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ This version is a bug fix version. -- Multicast: don't cancel the upstream sequence when a client is cancelled +- Multicast: don't cancel the upstream sequence when a client is cancelled (https://github.com/sideeffect-io/AsyncExtensions/pull/32) +- SwitchToLatest: fix a situation where child task could hang indefinitely (https://github.com/sideeffect-io/AsyncExtensions/pull/20) **v0.5.1 - Nitrogen:**