Skip to content

Commit ea2294b

Browse files
committed
update changelog
1 parent 1281805 commit ea2294b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1414
### Fixed
1515

1616
- Exclude unset fields in search response [#166](https://github.com/stac-utils/stac-fastapi-elasticsearch/issues/166)
17+
- Upgrade stac-fastapi to v2.4.9 [#172](https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/172)
1718

1819
## [v1.0.0]
1920

stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/database_logic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ def sync_prep_create_item(
629629
630630
This method performs pre-insertion preparation on the given `item`,
631631
such as checking if the collection the item belongs to exists,
632-
and verifying that an item with the same ID does not already exist in the database.
632+
and optionally verifying that an item with the same ID does not already exist in the database.
633633
634634
Args:
635635
item (Item): The item to be inserted into the database.

0 commit comments

Comments
 (0)