From 56a0e9a3e2e3681e4f55ebdf77765ad20478faea Mon Sep 17 00:00:00 2001 From: Deepak Chandan Date: Tue, 27 Feb 2024 09:36:59 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1308d460..896d6286 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +- Fix to logic determining if `context.matched` in `ItemSearch.matched` response + ### Fixed - Recursion error in `get_items` [#608](https://github.com/stac-utils/pystac-client/pull/608)