repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c8a79b
)
fix: more robust fix for possible null exception at handling task execution response
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Mon, 18 Dec 2023 09:54:53 +0000
(10:54 +0100)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/CHANGELOG.md
b/CHANGELOG.md
index a7dfea5fdb39383f2814cd281e61b93b3d12d795..9b785523a5ddbc68879d51d429d881d133523400 100644
(file)
--- a/
CHANGELOG.md
+++ b/
CHANGELOG.md
@@
-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