From 2c3ff1414fc9fad7bc6e0a76afb630a8b8aeedff Mon Sep 17 00:00:00 2001 From: Isaac Brodsky Date: Sun, 14 Jul 2024 19:32:42 -0700 Subject: [PATCH 1/2] add #852 to changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bac386104..8a0f48d78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ The public API of this library consists of the functions declared in file ### Changed - 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, should not affect other platforms (#790, #792) +- Performance enhancement for aarch64, should not affect other platforms (#790, #792, #852) ## [4.1.0] - 2023-01-18 ### Added From 85bcf1b5e109ba40930abf651e1520509a7445bd Mon Sep 17 00:00:00 2001 From: Isaac Brodsky Date: Sun, 14 Jul 2024 19:37:42 -0700 Subject: [PATCH 2/2] others --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a0f48d78..495a030b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ The public API of this library consists of the functions declared in file - 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, should not affect other platforms (#790, #792, #852) +- `clang-format` upgraded to version 14. (#834) +- Fixed tests that incorrectly did not test resolution 15. (#820) +- Use `CMAKE_INSTALL_LIBDIR` when choosing where to install library files. (#819) ## [4.1.0] - 2023-01-18 ### Added