Skip to content

Commit 2f28d37

Browse files
committed
fix changelog
1 parent 02817e1 commit 2f28d37

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@ file [H3Core.java](./src/main/java/com/uber/h3core/H3Core.java), and support
66
for the Linux x64 and Darwin x64 platforms.
77

88
## Unreleased Changes
9-
## Added
9+
### Added
1010
- `polygonToCellsExperimental` functions from H3 v4.2.0. (#163)
1111
- `gridRing` function from H3 v4.3.0. (#169)
1212

13-
## Fixed
13+
### Fixed
1414
- Corrected order of `polygonToCellsExperimental` arguments. (#166)
1515
- Fixed build on ARM Linux. (#162)
1616

17-
## Changed
17+
### Changed
1818
- Converted build system to Gradle and automated deploys. Added separate build steps for mac OS on M1 (ARM) and x64. (#167, #168)
1919
- Upgraded the core library to v4.2.1. (#165)
2020

2121
## [4.1.2] - 2024-11-01
2222
Note: This release is not available in Maven Central.
2323

24-
## Fixed
24+
### Fixed
2525
- Fixed a memory leak in `polygonToCells` and optimize JNI calls. (#150)
2626
- Use `Files.createTempFile` so temporary file permissions are more restrictive. (#141)
2727
- Fixed a potential segfault in `cellsToMultiPolygon` on error. (#129)
2828

29-
## Changed
29+
### Changed
3030
- Optimize JNI calls. (#154)
3131
- Added JNI config and tests for native image. (#153, #155)
3232
- Bumped dockcross versions (#151, #152)

0 commit comments

Comments
 (0)