From 7aad06bb798821f12eaafd9b4d5f10da4d8bfd7a Mon Sep 17 00:00:00 2001 From: Isaac Brodsky Date: Wed, 18 Jan 2023 07:11:17 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18c855baa..7c9c8631b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,12 @@ The public API of this library consists of the functions declared in file [h3api.h.in](./src/h3lib/include/h3api.h.in). ## [Unreleased] +### Added +- (Undirected) edge index mode. (#654) ## [4.1.0] - 2023-01-18 ### Added - Functions for `cellToChildPos` and `childPosToCell` (#719) -- (Undirected) edge index mode. (#654) ### Fixed - Fixed possible signed integer overflow in `h3NeighborRotations` (#707)