From 77e218924e093cd69f6dd8b2124721735309e25d Mon Sep 17 00:00:00 2001 From: Ian Cooke Date: Thu, 2 Mar 2023 17:03:09 -0500 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad74be52..eb579308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Some mishandled cases for datetime intervals [#363](https://github.com/stac-utils/pystac-client/pull/363) - Collection requests when the Client's url ends in a '/' [#373](https://github.com/stac-utils/pystac-client/pull/373), [#405](https://github.com/stac-utils/pystac-client/pull/405) - Parse datetimes more strictly [#364](https://github.com/stac-utils/pystac-client/pull/364) +- Fix parse fail when header has multiple '=' characters ### Removed