Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Mar 10, 2018
1 parent beb0b0d commit 9dd8d8d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Don’t commit the following directories created by pub.
.pub
.dart_tool/
build/
packages
.packages
Expand Down
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 9dd8d8d

Please sign in to comment.