Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
renggli committed Feb 18, 2024
1 parent 45745c4 commit 2706419
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 4.3.0 (unpublished)
- Dart 3.4 requirement.
- Make `IntegerRange` and `DoubleRange` const constructable.
- Numerous improvements to the Graph library:
- Add `Graph.where(edgePredicate)` for filtering by edge.
- Add Prim's minimum spanning tree.
- Simplify the `Interval` implementation to only support closed intervals.
- Add a `Fenwick` and `Interval` trees.

## 4.2.0
- Improved `Iterable.index` to more common argument names, and support `step`.
- Add `also` scope operator, which significantly improves the possibility to write one-liners.
Expand Down

0 comments on commit 2706419

Please sign in to comment.