Skip to content

Commit

Permalink
Version 3.0.0-nullsafety.3 (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbracken committed Jan 15, 2021
1 parent 0f151c8 commit 778805a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,9 @@
#### 3.0.0-nullsafety.3
#### 3.0.0-nullsafety.3 - 2021-01-15

* Eliminate dependency on package:meta.
* Fix: `TreeSet.last` was incorrectly returning the minimum node (same
value as `TreeSet.first`). It now correctly returns the maximum
node.

#### 3.0.0-nullsafety.2 - 2020-11-05

Expand Down

0 comments on commit 778805a

Please sign in to comment.