From 8b15c3e82d259555f4020e523831cd06f9f6d3c7 Mon Sep 17 00:00:00 2001 From: Isaac Brodsky Date: Tue, 1 Oct 2024 17:46:56 -0600 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a2927753..9e4d846b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The public API of this library consists of the functions declared in file - Fixed compacting all or many resolution 1 cells (#919) ### Changed +- `compactCells` internally uses int64 for array indexing. (#920) - Replace internal algorithm for `polygonToCells` with a new version that is more memory-efficient (#785) - Reorganize tests into public / internal. (#762) - Performance enhancement for aarch64, may improve other platforms (#790, #792, #852, #905, #913)