Skip to content

Commit 5035cd1

Browse files
authored
Release version 4.0.1 (#691)
* Add CHANGELOG entries so far * v4.0.1
1 parent fdc32ae commit 5035cd1

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Diff for: CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,24 @@ The public API of this library consists of the functions declared in file
66
[h3api.h.in](./src/h3lib/include/h3api.h.in).
77

88
## [Unreleased]
9+
10+
## [4.0.1] - 2022-09-15
911
### Fixed
1012
- Changing an internal `float` to `double` improves the precision of geographic coordinate output (#652)
13+
- Fixed compacting all children of a resolution 0 cell (#679)
14+
- Fixed possible signed integer overflow in `maxGridDiskSize` (#686)
15+
- Fixed possible use of uninitialized values in `cellToVertex` (#683, #690)
16+
- Fixed possible out of bounds read in `localIjToCell` (#684)
17+
- Fixed possible memory leak in `compactCells` (#685)
18+
- Fixed possible out of bounds read in `areNeighborCells` (#677)
19+
- Fixed possible memory leak in `cellsToLinkedMultiPolygon` (#673)
20+
21+
### Changed
22+
- Build script does not use toolchain file (#641)
23+
- Removed a duplicated include preprocessor directive (#682)
24+
- Improvements to the fuzzer suite and their automatic runs in CI (#671, #674, #687)
25+
- Increased test coverage (#642)
26+
- Added a fuzzer targetting internal `algos.c` functions (#675)
1127

1228
## [4.0.0] - 2022-08-23
1329
### Breaking changes

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0
1+
4.0.1

0 commit comments

Comments
 (0)