From 778805a95e9c2e595f7d9fb973d2bb177f354e7b Mon Sep 17 00:00:00 2001 From: Chris Bracken Date: Fri, 15 Jan 2021 11:08:05 -0800 Subject: [PATCH] Version 3.0.0-nullsafety.3 (#675) --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8c012a2..dc3fbcf3 100644 --- a/CHANGELOG.md +++ b/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