Skip to content

Commit 612b27a

Browse files
Removing comment updating changelog
1 parent 00aa14e commit 612b27a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
- Update dynamic mapping for items to map long values to double versus float [#326](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/326)
11+
1012
## [v3.2.2] - 2024-12-15
1113

1214
### Changed

stac_fastapi/tests/api/test_api.py

-1
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,6 @@ async def test_search_line_string_intersects(app_client, ctx):
470470
(32767, 1), # Short Limit,
471471
(2147483647, 1), # Int Limit
472472
(2147483647 + 5000, 1), # Above int Limit
473-
# All below fail, return three values
474473
(21474836470, 1), # Above int Limit
475474
# This value still fails to return 1
476475
# Commenting out

0 commit comments

Comments
 (0)