CHANGELOG.md in h3-3.4.0 vs CHANGELOG.md in h3-3.4.4
- old
+ new
@@ -4,10 +4,14 @@
This project adheres to [Semantic Versioning](http://semver.org/).
We track the MAJOR and MINOR version levels of Uber's H3 project (https://github.com/uber/h3) but maintain independent patch levels so we can make small fixes and non breaking changes.
+## [3.4.0] - 2019-1-24
+### Added
+- `res_0_indexes` and `res_0_index_count` support (#51).
+
## [3.3.1] - 2019-1-4
### Added
- `h3_line` and `h3_line_size` support (#43).
### Changed
- Use FFI types to enforce sane resolution values (#41).
@@ -17,6 +21,6 @@
## [3.3.0] - 2019-1-4 (yanked)
## [3.2.0] - 2018-12-21
-Initial release.
\ No newline at end of file
+Initial release.