Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Gilley committed Jun 3, 2019
1 parent c166d1c commit 6f5d08f
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6f5d08f

Please sign in to comment.