Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Apr 9, 2024
1 parent 47f9921 commit 95072e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* Improve bbox and datetime typing ([#490](https://github.com/stac-utils/stac-fastapi/pull/490)
* Add `items` link to inferred link relations ([#634](https://github.com/stac-utils/stac-fastapi/issues/634))
* Make sure FastAPI uses Pydantic validation and serialization by not wrapping endpoint output with a Response object ([#650](https://github.com/stac-utils/stac-fastapi/pull/650))
* Allow `GeometryCollections` for `intersects` parameter in POST search queries ([#548](https://github.com/stac-utils/stac-fastapi/pull/548))

### Removed

Expand Down Expand Up @@ -58,7 +59,6 @@
### Changed

* Default branch to **main** ([#544](https://github.com/stac-utils/stac-fastapi/pull/544))
* Fixed search endpoint to permit intersection queries using GeometryCollections ([#548](https://github.com/stac-utils/stac-fastapi/pull/548))

### Fixed

Expand Down

0 comments on commit 95072e8

Please sign in to comment.