From 9117b30caf20e817a0fcd1371495fce72b8c2287 Mon Sep 17 00:00:00 2001 From: Brian Ward Date: Thu, 29 Aug 2024 12:09:19 -0400 Subject: [PATCH] add CHANGELOG entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf0ec9b..66dad22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). other parameter options that are not covered in that particular section of the documentation. ([#74](https://github.com/nasa/python_cmr/issues/74)) - Support multi-point searches ([#72](https://github.com/nasa/python_cmr/issues/72)) +- Support `processing_level_id` to `CollectionQuery` ([#76](https://github.com/nasa/python_cmr/issues/76)) ### Fixed - Setup vcrpy for new `revision_date` unit tests ([#70](https://github.com/nasa/python_cmr/issues/70))