From 9dd8d8de7b4688e3ca6b9c5f6561122048406fa4 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Fri, 9 Mar 2018 16:01:40 -0800 Subject: [PATCH] update the changelog --- .gitignore | 1 + CHANGELOG.md | 13 +++++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f20a0d0..3ab3a44 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Don’t commit the following directories created by pub. .pub +.dart_tool/ build/ packages .packages diff --git a/CHANGELOG.md b/CHANGELOG.md index bc2e054..25215a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,17 @@ +## 0.13.3 + + * Update the signatures of `FilteredElementList.indexOf` and + `FilteredElementList.lastIndexOf` to include type annotations. + ## 0.13.2+2 -* Update signature for implementations of `Iterable.singleWhere` to include - optional argument. + * Update signature for implementations of `Iterable.singleWhere` to include + optional argument. ## 0.13.2+1 -* Changed the implementation of `Set` and `List` classes to use base classes - from `dart:collection`. + * Changed the implementation of `Set` and `List` classes to use base classes + from `dart:collection`. ## 0.13.2