From 09a37aa077f300ea63f2bd7cd4526d039d6d62c6 Mon Sep 17 00:00:00 2001 From: hjkristenson Date: Tue, 27 Feb 2024 09:43:48 -0900 Subject: [PATCH] update changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec4453d8..cc9d5d78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.0.1] +### Changed +* Updated the water mask description in the product metadata templates + ## [1.0.0] ### Added * `merge_tops_bursts.py` file and workflow for merge burst products created using insar_tops_bursts. @@ -22,7 +27,7 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.10.0] ### Added -* Support for a new water masking dataset based off of OpenStreetMaps and ESA WorldCover data. +* Support for a new water masking dataset based off of OpenStreetMap and ESA WorldCover data. ### Removed * Polygon processing functions: `split_geometry_on_antimeridian` and `get_envelope_wgs84` from `water_mask.py`.