From f015268e0101c1eedeb00d2471ce86b29bdd8b70 Mon Sep 17 00:00:00 2001 From: Ivana Kellyerova Date: Wed, 3 Apr 2024 09:55:25 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5c05d6fc8..8a17c4f0ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,15 @@ ## 1.44.1 -### Better async support (ongoing) +### Various fixes & improvements -By: @sentrivana (#2912) +- Make `monitor` async friendly (#2912) by @sentrivana -### Various fixes & improvements + You can now decorate your async functions with the `monitor` + decorator and they will correctly report their duration + and completion status. -- fix(types): Fixed `Event | None` runtime `TypeError` (#2928) by @szokeasaurusrex +- Fixed `Event | None` runtime `TypeError` (#2928) by @szokeasaurusrex ## 1.44.0