File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,27 +6,27 @@ file [H3Core.java](./src/main/java/com/uber/h3core/H3Core.java), and support
66for 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
2222Note: 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 )
You can’t perform that action at this time.
0 commit comments