diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fc1aee..866a4fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Next + +- Change Promise.is to be safe when dealing with tables that have an `__index` metamethod that creates an error. + # 2.5.1 - Fix issue with rejecting with non-string not propagating correctly. @@ -54,4 +58,4 @@ - Cancellation now propagates downstream. - Add `Promise:awaitStatus` - Calling `resolve` with a Promise while the resolving Promise is cancelled instantly cancels the passed Promise as an optimization. -- `finally` now passes the Promise status as a parameter. \ No newline at end of file +- `finally` now passes the Promise status as a parameter.