diff --git a/stac-cli/CHANGELOG.md b/stac-cli/CHANGELOG.md index a7ca1276..dde3edb6 100644 --- a/stac-cli/CHANGELOG.md +++ b/stac-cli/CHANGELOG.md @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +### Changed + +- Better error messages for `stac validate` ([#190](https://github.com/stac-utils/stac-rs/pull/190)) + ## [0.0.3] - 2023-04-04 Moved over from [stac-incubator-rs](https://github.com/gadomski/stac-incubator-rs) ([#142](https://github.com/stac-utils/stac-rs/pull/142)) diff --git a/stac-validate/CHANGELOG.md b/stac-validate/CHANGELOG.md index 2f97e3ea..68b91fed 100644 --- a/stac-validate/CHANGELOG.md +++ b/stac-validate/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +### Added + +- Validation for `serde_json::Value` ([#190](https://github.com/stac-utils/stac-rs/pull/190)) + ## [0.1.0] - 2023-06-27 Initial release.