ext/h3/src/docs/api/uniedge.md in h3-3.4.4 vs ext/h3/src/docs/api/uniedge.md in h3-3.5.0
- old
+ new
@@ -1,6 +1,8 @@
# Unidirectional edge functions
+Unidirectional edges allow encoding the directed edge from one cell to a neighboring cell.
+
## h3IndexesAreNeighbors
```
int h3IndexesAreNeighbors(H3Index origin, H3Index destination);
```