From 6ada357a0c2b86dc204848d1404b0db1d468a4ac Mon Sep 17 00:00:00 2001 From: Joseph Gilley Date: Mon, 15 Mar 2021 10:07:31 -0700 Subject: [PATCH] v3.7.1 --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0f6e07..2c1a07e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,13 @@ format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). This project tracks the **major** and **minor** versions set by [`h3`](github.com/uber/h3), and introduces backwards-compatible updates and/or -fixes via patches with patch version bumps. +fixes via **patches** with patch version bumps. -## Unreleased +## 3.7.1 ### Added -* Functions to cover full functionality +* Functions to cover full functionality (#46) * `Res0IndexCount` * `GetRes0Indexes` * `DistanceBetween` @@ -38,8 +38,8 @@ fixes via patches with patch version bumps. ### Added -* SetToLinkedGeo function -* Line function +* `SetToLinkedGeo` function (#41) +* `Line` function (#37) ## 3.0.2 @@ -57,7 +57,7 @@ fixes via patches with patch version bumps. ### Added -* Polyfill function (#19). +* `Polyfill` function (#19). ### Changed