From 7f883c19f303d2742729f1e22bb2ee72d9ba9619 Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Fri, 23 Aug 2024 16:20:25 +0200 Subject: [PATCH] Add changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf37ada6..3411d637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased / Draft +### Added + +- `run_ogcapi` +- `run_ogcapi_processes` +- Implementation guide for implementing OGC API - Processes in openEO + ### Changed - `clip`: Throw an exception if min > max [#472](https://github.com/Open-EO/openeo-processes/issues/472)