Skip to content

Commit 2760f38

Browse files
committed
Prepare changelog for v2.5.0 release
1 parent 6ef89d2 commit 2760f38

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG for 2.x
22
=================
33

4-
* 2.5.0 (xxxx-xx-xx)
4+
* 2.5.0 (2016-12-22)
55

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

2829
* 2.4.1 (2016-05-03)
2930

0 commit comments

Comments
 (0)