We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef89d2 commit 2760f38Copy full SHA for 2760f38
CHANGELOG.md
@@ -1,7 +1,7 @@
1
CHANGELOG for 2.x
2
=================
3
4
-* 2.5.0 (xxxx-xx-xx)
+* 2.5.0 (2016-12-22)
5
6
* Revert automatic cancellation of pending collection promises once the
7
output promise resolves. This was introduced in 42d86b7 (PR #36, released
@@ -23,7 +23,8 @@ CHANGELOG for 2.x
23
});
24
}
25
```
26
- * `all()` and `map()` functions now preserve the order of the array.
+ * `all()` and `map()` functions now preserve the order of the array (#77).
27
+ * Fix circular references when resolving a promise with itself (#71).
28
29
* 2.4.1 (2016-05-03)
30
0 commit comments