fix: more robust fix for possible null exception at handling task execution response
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 18 Dec 2023 09:54:53 +0000 (10:54 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 18 Dec 2023 09:54:53 +0000 (10:54 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
CHANGELOG.md

index a7dfea5fdb39383f2814cd281e61b93b3d12d795..9b785523a5ddbc68879d51d429d881d133523400 100644 (file)
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixed
+
+- Make more robust the fix for possible null exception at handling task execution response.
+
 ## [3.1.3] - 2023-12-17
 
 ### Fixed