ext/h3/src/CHANGELOG.md in h3-3.4.0 vs ext/h3/src/CHANGELOG.md in h3-3.4.4

- old
+ new

@@ -5,9 +5,34 @@ The public API of this library consists of the functions declared in file [h3api.h.in](./src/h3lib/include/h3api.h.in). ## [Unreleased] +## [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) + +## [3.4.3] - 2019-05-02 +### Added +- `localIjToH3` filter application (#222) +- An option to print distances in the `kRing` filter application (#222) +### Changed +- Arguments parsing for `kRing` filter application is more flexible. (#224) +### Fixed +- `benchmarkPolyfill` allocates its memory on the heap (#198) +- Fixed constraints of vertex longitudes (#213) +- Zero only input to `uncompact` does not produce an error (#223) + +## [3.4.2] - 2019-02-21 +### Changed +- `binding-functions` build target generates an ASCII file on Windows (#193) + +## [3.4.1] - 2019-02-15 +### Fixed +- `binding-functions` build target fixed when running the build out of source (#188) + ## [3.4.0] - 2019-01-23 ### Added - `getRes0Indexes` function for getting all base cells, and helper function `res0IndexCount` (#174) - Include defined constants for current library version (#173)