diff --git a/docs/about/changelog.rst b/docs/about/changelog.rst index f6ead1c6..bc2790e3 100644 --- a/docs/about/changelog.rst +++ b/docs/about/changelog.rst @@ -1,6 +1,19 @@ Changelog ========= +1.3.0 | 2023-05-24 +------------------ + +* SNAP RTC: increase DEM oversampling by a factor of two (`#78 `_) +* nrb.format: do not hardcode src_nodata and read it from the data instead (`#79 `_) +* enable configuration via command line arguments (`#80 `_) +* improved date parsing (`#81 `_) +* scene search via STAC (`#82 `_) +* enhanced time filtering (`#84 `_) +* general processor improvements (`#85 `_) + +`Full Changelog `_ + 1.2.0 | 2022-12-29 ------------------