Skip to content

Commit 382d835

Browse files
committed
changelog
1 parent 67b1e65 commit 382d835

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ on:
1111
push:
1212
tags:
1313
- "v*"
14-
# For testing:
15-
# pull_request:
16-
# branches:
17-
# - master
1814

1915
jobs:
2016
# Corresponsd to tests in tests.yml

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,20 @@ file [H3Core.java](./src/main/java/com/uber/h3core/H3Core.java), and support
77
for the Linux x64 and Darwin x64 platforms.
88

99
## Unreleased Changes
10+
## Added
11+
- `polygonToCellsExperimental` functions from H3 v4.2.0. (#163)
12+
13+
## Fixed
14+
- Corrected order of `polygonToCellsExperimental` arguments. (#166)
15+
- Fixed build on ARM Linux. (#162)
16+
17+
## Changed
18+
- Converted build system to Gradle and automated deploys. Added separate build steps for mac OS on M1 (ARM) and x64. (#167, #168)
19+
- Upgraded the core library to v4.2.1. (#165)
1020

1121
## [4.1.2] - 2024-11-01
22+
Note: This release is not available in Maven Central.
23+
1224
## Fixed
1325
- Fixed a memory leak in `polygonToCells` and optimize JNI calls. (#150)
1426
- Use `Files.createTempFile` so temporary file permissions are more restrictive. (#141)

0 commit comments

Comments
 (0)