From 6f5d08f8dc1f2e12e03ea899c15a99d15268bb2e Mon Sep 17 00:00:00 2001 From: Joseph Gilley Date: Mon, 3 Jun 2019 12:03:32 -0700 Subject: [PATCH] v3.0.1 --- CHANGELOG.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09b4b8e..ab2f78d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,18 +8,24 @@ fixes via patches with patch version bumps. ## Unreleased +Nothing yet. + +## 3.0.1 + ### Added -* Polyfill function +* Polyfill function (#19). ### Changed -* [breaking] `Uncompat` now returns `([]H3Index, error)` instead of `[]H3Index` - to accommodate error scenario from C API. +* [breaking] `Uncompat` now returns `([]H3Index, error)` instead of `[]H3Index` + to accommodate error scenario from C API (#19). ### Fixed -* panic when using `Uncompact` with invalid resolutions. +* panic when using `Uncompact` with invalid resolutions (#20). +* latitudes and longitudes outside of respective ranges when unprojecting in + certain areas (#7, #9, #13). ## v3.0.0