ext/h3/src/CHANGELOG.md in h3-3.4.4 vs ext/h3/src/CHANGELOG.md in h3-3.5.0
- old
+ new
@@ -5,9 +5,18 @@
The public API of this library consists of the functions declared in file
[h3api.h.in](./src/h3lib/include/h3api.h.in).
## [Unreleased]
+## [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
+- Argument parsing for all filter applications is more flexible. (#238)
+### Fixed
+- Fix printing program name in `h3ToHier` error messages. (#254)
+
## [3.4.4] - 2019-05-30
### Changed
- Local coordinate spaces cannot cross more than one icosahedron edge. (#234)
- All dynamic internal memory allocations happen on the heap instead of the stack. (#235)
- Argument parsing for `h3ToGeo`, `geoToH3`, and `h3ToGeoBoundary` is more flexible. (#227)