Skip to content

Commit 44745f4

Browse files
committed
Fix CHANGELOG
1 parent 293b67c commit 44745f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- `GET /file_formats`: Added optional `description` property for file formats. [#266](https://github.com/Open-EO/openeo-api/issues/266)
1919
- `GET /collections/{collection_id}` and `GET /processes`: Mention of link `rel` type `example` to refer to examples. [#285](https://github.com/Open-EO/openeo-api/issues/285)
2020
- `GET /collections/{collection_id}`: Added optional `assets` property for collection-level assets. This may link to visualizations for example. [#211](https://github.com/Open-EO/openeo-api/issues/211)
21-
- `GET /collections`, `GET /jobs`, `GET /process_graphs`, `GET /Services`: Allow all non-scalar properties to be part of the response although strongly discouraged.
21+
- `GET /collections`, `GET /jobs`, `GET /process_graphs`, `GET /services`: Allow all non-scalar properties to be part of the response although strongly discouraged.
2222

2323
### Changed
2424
- `GET /credentials/oidc`: field `scopes` is not required anymore, but when specified, it should contain the `openid` scope. [#288](https://github.com/Open-EO/openeo-api/pull/288)
@@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030
- Allow full JSON Schema for parameters, instead of a very limited subset.
3131
- Instead of the proprietary property `example` use `examples` from JSON Schema instead.
3232
- `GET /collections` and `GET /collections/{collection_id}`:
33-
- Additional dimensions in `cube:properties` can only be of type `other`.
33+
- Additional dimensions in `cube:dimensions` can only be of type `other`.
3434
- The extents `interval` and `bbox` can have multiple entries.
3535
- Allow all STAC versions that are compatible to STAC 0.9.0.
3636
- Process graph nodes have an additional field `namespace` to distinguish pre-defined and user-defined processes. The default behavior has not changed. [#305](https://github.com/Open-EO/openeo-api/issues/305)

0 commit comments

Comments
 (0)