Skip to content

Commit

Permalink
Prepare changelog for v2.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Dec 22, 2016
1 parent 6ef89d2 commit 2760f38
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
@@ -1,7 +1,7 @@
CHANGELOG for 2.x
=================

* 2.5.0 (xxxx-xx-xx)
* 2.5.0 (2016-12-22)

* Revert automatic cancellation of pending collection promises once the
output promise resolves. This was introduced in 42d86b7 (PR #36, released
Expand All @@ -23,7 +23,8 @@ CHANGELOG for 2.x
});
}
```
* `all()` and `map()` functions now preserve the order of the array.
* `all()` and `map()` functions now preserve the order of the array (#77).
* Fix circular references when resolving a promise with itself (#71).

* 2.4.1 (2016-05-03)

Expand Down

0 comments on commit 2760f38

Please sign in to comment.