From b5a4156fda0bb626405b8ee67db0d0144c47a853 Mon Sep 17 00:00:00 2001 From: Jake Herrmann Date: Thu, 22 Aug 2024 10:35:55 -0800 Subject: [PATCH] Add burst job reformatting to Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 174d11d33..416907c73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - `INSAR_ISCE_BURST` now accepts `reference` and `secondary` parameters, each of which is a list containing a single granule name. In a future release, `INSAR_ISCE_BURST` will support processing multiple adjacent bursts into one interferogram, and each parameter will be a list of one or more granule names. +- All previous `INSAR_ISCE_BURST` jobs have been reformatted to replace the `granules` parameter with the `reference` and `secondary` parameters. ### Removed - `INSAR_ISCE_BURST` no longer accepts a `granules` parameter.