From c9584be50fa4da9f40a96b8692c1ffcf6509c797 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Mon, 8 Jun 2020 14:38:09 -0500 Subject: [PATCH] Update release notes with missing add_points functionality --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32f0e49..fef3fdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,11 @@ In this release 1 issue was closed. * [PR 45](https://github.com/pytroll/pycoast/pull/45) - Fix cached overlays always being regenerated * [PR 44](https://github.com/pytroll/pycoast/pull/44) - Fix adding textbox in the add_points method -In this release 2 pull requests were closed. +#### Features added + +* [PR 42](https://github.com/pytroll/pycoast/pull/42) - Add "add_points" method for point/symbol data ([36](https://github.com/pytroll/pycoast/issues/36)) + +In this release 3 pull requests were closed. ## Version 1.3.2 (2019/12/06)