We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306a7cb commit 067d9c7Copy full SHA for 067d9c7
CHANGELOG.md
@@ -7,9 +7,15 @@ The public API of this library consists of the functions declared in file
7
8
## [Unreleased]
9
10
+## [4.2.1] - 2025-03-10
11
+### Fixed
12
+- Fixed MSVC/WIN32 checks in CMake. (#981)
13
+- Fixed potential memory leak in `polygonStringToGeoPolygon` (#976)
14
+
15
### Changed
-- Moved `ContainmentMode` enum for `polygonToCellsExperimental` to `h3api.h`. (#958)
16
+- Added arm64 tests in CI. (#975, #974)
17
- Faster `isValidCell` (#968)
18
+- Moved `ContainmentMode` enum for `polygonToCellsExperimental` to `h3api.h`. (#958)
19
20
## [4.2.0] - 2024-12-04
21
### Added
VERSION
@@ -1 +1 @@
1
-4.2.0
+4.2.1
0 commit comments