ext/h3/src/CHANGELOG.md in h3-3.6.1 vs ext/h3/src/CHANGELOG.md in h3-3.6.2

- old
+ new

@@ -5,9 +5,12 @@ 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.2] - 2019-12-9 +- Revert new `polyfill` algorithm until reported issues are fixed. (#293) + ## [3.6.1] - 2019-11-11 ### Fixed - `compact` handles zero length input correctly. (#278) - `bboxHexRadius` scaling factor adjusted to guarantee containment for `polyfill`. (#279) - `polyfill` new algorithm for up to 3x perf boost. (#282)