Skip to content

Commit b81ab30

Browse files
committed
update changelog
1 parent 2f980df commit b81ab30

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111

1212
### Changed
1313

14+
- Removed database logic from core.py all_collections [#196](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/196)
15+
1416
### Fixed
1517

1618
## [v2.0.0]

stac_fastapi/opensearch/stac_fastapi/opensearch/database_logic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ async def get_all_collections(
314314
self, token: Optional[str], limit: int
315315
) -> Tuple[List[Dict[str, Any]], Optional[str]]:
316316
"""
317-
Retrieve a list of all collections from Elasticsearch, supporting pagination.
317+
Retrieve a list of all collections from Opensearch, supporting pagination.
318318
319319
Args:
320320
token (Optional[str]): The pagination token.

0 commit comments

Comments
 (0)