Skip to content

Commit d4a4191

Browse files
committed
update changelog
1 parent 28e7b00 commit d4a4191

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2020
- Elasticsearch index mappings updated to be more thorough.
2121
- Endpoints that return items (e.g., /search) now sort the results by 'properties.datetime,id,collection'.
2222
Previously, there was no sort order defined.
23+
- Db_to_stac serializer moved to core.py for consistency as it existed in both core and database_logic previously.
24+
- Use genexp in execute_search and get_all_collections to return results.
25+
- Added db_to_stac serializer to item_collection method in core.py.
2326

2427
### Removed
2528

0 commit comments

Comments
 (0)