Skip to content

Commit 067d9c7

Browse files
authored
fill out changelog entries for 4.2.1 (#985)
* fill out changelog entries for 4.2.1 * bump version
1 parent 306a7cb commit 067d9c7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ The public API of this library consists of the functions declared in file
77

88
## [Unreleased]
99

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+
1015
### Changed
11-
- Moved `ContainmentMode` enum for `polygonToCellsExperimental` to `h3api.h`. (#958)
16+
- Added arm64 tests in CI. (#975, #974)
1217
- Faster `isValidCell` (#968)
18+
- Moved `ContainmentMode` enum for `polygonToCellsExperimental` to `h3api.h`. (#958)
1319

1420
## [4.2.0] - 2024-12-04
1521
### Added

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2.0
1+
4.2.1

0 commit comments

Comments
 (0)