Skip to content

Commit fdfbdd3

Browse files
committed
docs: CHANGELOG update
1 parent 780fcbd commit fdfbdd3

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,17 @@ Possible sections are:
1313

1414
<!-- next-header -->
1515

16-
## [0.2.0] - 2025-04-30
16+
## [0.2.0] - 2025-05-01
1717

18+
### Added
1819
- Added basic support for geo-primitive types (#1), including encoding Points and MultiPoints into Quadbin Cells and decoding Quadbin Cells into Polygons.
19-
- Significantly rewrote the codebase to make it more idiomatic. Most functions now return either `Result<>` or `Option<>`.
20+
- Added method to list Cell's children.
2021
- Added benchmarks to evaluate performance and compare with `geohash` and `h3o`.
2122

23+
### Changed
24+
- Significantly rewrote the codebase to make it more idiomatic. Most functions now return either `Result<>` or `Option<>`.
25+
- Better errors with `QuadbinError` enum.
26+
2227
## [0.1.0] - 2025-04-26
2328

2429
- initial release, basic coverage of the Quadbin API

0 commit comments

Comments
 (0)