From 890ab5b15d57daa973753209a51a1f1f86b8dfb5 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sat, 18 Mar 2023 12:24:25 +0600 Subject: [PATCH] fill changelogs --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5793f35..b89593e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## 0.10.0 +* New extensions for `KronScheduler`: + * `asTzFlowWithoutDelays`/`asFlowWithoutDelays` + * `asTzFlowWithDelays`/`asFlowWithDelays` +* Old `KronScheduler.asFlow` and `KronScheduler.asTzFlow` temporarily marked as deprecated: after several versions their +behaviour will be changed to undelayed one +* All the flow extensions now use `cold` non-channel flows. Potentially it should increase performance and decrease memory usage + ## 0.9.0 * Versions