Skip to content

Commit 5b95836

Browse files
authored
changelog for 4.1.2 (#156)
1 parent f131c70 commit 5b95836

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +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+
11+
## [4.1.2] - 2024-11-01
1012
## Fixed
13+
- Fixed a memory leak in `polygonToCells` and optimize JNI calls. (#150)
14+
- Use `Files.createTempFile` so temporary file permissions are more restrictive. (#141)
1115
- Fixed a potential segfault in `cellsToMultiPolygon` on error. (#129)
1216

17+
## Changed
18+
- Optimize JNI calls. (#154)
19+
- Added JNI config and tests for native image. (#153, #155)
20+
- Bumped dockcross versions (#151, #152)
21+
- Upgrade Guava test dependency. (#146)
22+
- Test Java 22. (#144)
23+
1324
## [4.1.1] - 2023-02-03
1425
The changelog for this release is the same as v4.1.0. The release was run again due to an issue with the release process.
1526

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ Add it to your pom.xml:
1818
<dependency>
1919
<groupId>com.uber</groupId>
2020
<artifactId>h3</artifactId>
21-
<version>4.1.0</version>
21+
<version>4.1.2</version>
2222
</dependency>
2323
```
2424

2525
Or, using Gradle:
2626

2727
```gradle
28-
compile("com.uber:h3:4.1.0")
28+
compile("com.uber:h3:4.1.2")
2929
```
3030

3131
Encode a location into a hexagon address:

0 commit comments

Comments
 (0)