Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index 13b41f80f44834ce39f704abd7886f7c1f08142d..1ab3393fecd51ec14a7b509b749735d31da42b2e 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -3,6 +3,9 @@ |
| * Add a `new PriorityQueue()` constructor that forwards to `new |
| HeapPriorityQueue()`. |
| +* Deprecate top-level libraries other than `package:collection/collection.dart`, |
| + which exports these libraries' interfaces. |
| + |
| ## 1.3.0 |
| * Add `lowerBound` to binary search for values that might not be present. |