ext/h3/src/CHANGELOG.md in h3-3.5.1 vs ext/h3/src/CHANGELOG.md in h3-3.6.0
- old
+ new
@@ -5,9 +5,16 @@
The public API of this library consists of the functions declared in file
[h3api.h.in](./src/h3lib/include/h3api.h.in).
## [Unreleased]
+## [3.6.0] - 2019-08-12
+### Added
+- `h3ToCenterChild` function to find center child at given resolution (#267)
+- `getPentagonIndexes` (and `pentagonIndexCount`) function to find pentagons at given resolution (#267)
+### Fixed
+- Fix bounds check for local IJ coordinates (#271)
+
## [3.5.0] - 2019-07-22
### Added
- CMake options for excluding filter applications or benchmarks from the build. (#247)
- `h3GetFaces` function to find icosahedron faces for an index, and helper function `maxFaceCount` (#253)
### Changed