From 4f57f6caa62a0bdc49783b90ee3999f0a6464cfc Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Fri, 8 Sep 2023 19:35:03 +0200 Subject: [PATCH] fixup! Issue #470 improve "callback" support in openeo.processes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfe668f41..62afcf4b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Support handling of "callback" parameters in `openeo.processes` callables ([#470](https://github.com/Open-EO/openeo-python-client/issues/470)) ## [0.22.0] - 2023-08-09