From b9ab86cd3c2e5a0c917325a7026115040bff7766 Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Wed, 4 Oct 2023 16:28:00 -0600 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0dbad65..86742a5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [unreleased] +* bug fixes: + * Fix spelling mistake in `access` variable assignment (`direc` -> `direct`) + in `earthaccess.store._get_granules`. + * Pass `threads` arg to `_open_urls_https` in + `earthaccess.store._open_urls`, replacing the hard-coded value of 8. ## [v0.6.0] 2023-09-20 * bug fixes: