File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,24 @@ The public API of this library consists of the functions declared in file
6
6
[ h3api.h.in] ( ./src/h3lib/include/h3api.h.in ) .
7
7
8
8
## [ Unreleased]
9
+
10
+ ## [ 4.0.1] - 2022-09-15
9
11
### Fixed
10
12
- 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 )
11
27
12
28
## [ 4.0.0] - 2022-08-23
13
29
### Breaking changes
Original file line number Diff line number Diff line change 1
- 4.0.0
1
+ 4.0.1
You can’t perform that action at this time.
0 commit comments