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 411a415 commit c5779cdCopy full SHA for c5779cd
1 file changed
CHANGELOG.md
@@ -44,3 +44,7 @@ CHANGELOG for 3.x
44
\React\Promise\resolve($promise)->cancel();
45
}
46
```
47
+ * BC break: When rejecting a promise, a `\Throwable` or `\Exception`
48
+ instance is enforced as the rejection reason (#93).
49
+ This means, it is not longer possible to reject a promise without a reason
50
+ or with another promise.
0 commit comments