Skip to content

Commit

Permalink
docs: update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Jan 13, 2025
1 parent 9c5260a commit d5c5584
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

### Changed

- Considerable improvements in making service calls by creating connection pools using
`urllib3.HTTPSConnectionPool` and `rasterio.open`. This should improve performance
and robustness of service calls, and reduce the number of connections made to both
the static and dynamic 3DEP services. As a results, `urllib3` is now a required
dependency.

## [0.2.1] - 2025-01-11

### Changed
Expand Down

0 comments on commit d5c5584

Please sign in to comment.