Skip to content

Commit

Permalink
Removing comment updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmichaelmurner committed Jan 16, 2025
1 parent 00aa14e commit 612b27a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- 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)

## [v3.2.2] - 2024-12-15

### Changed
Expand Down
1 change: 0 additions & 1 deletion stac_fastapi/tests/api/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,6 @@ async def test_search_line_string_intersects(app_client, ctx):
(32767, 1), # Short Limit,
(2147483647, 1), # Int Limit
(2147483647 + 5000, 1), # Above int Limit
# All below fail, return three values
(21474836470, 1), # Above int Limit
# This value still fails to return 1
# Commenting out
Expand Down

0 comments on commit 612b27a

Please sign in to comment.