From 0c1ae23207dadd0ba7e4ed50a198eeab6b6497dd Mon Sep 17 00:00:00 2001 From: mihaiconstantin Date: Sun, 7 May 2023 10:50:36 +0200 Subject: [PATCH] Docs: add changes to `NEWS` --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 3a309e4..ced4cce 100644 --- a/NEWS.md +++ b/NEWS.md @@ -40,6 +40,9 @@ operation. ## Fixed +- Ensure task execution errors are propagated to the main session in + `AsyncBackend`. Closes + [#35](https://github.com/mihaiconstantin/parabar/issues/35). - Fixed the rendering of `CC BY 4.0` license icons in `README.md` for the package website. - Update `.decorate` method of `ProgressTrackingContext` to be more flexible.