From e06f087d542704099452208e8a0d11fe58c4b3c5 Mon Sep 17 00:00:00 2001 From: "eryn L. K" Date: Mon, 4 May 2020 15:29:11 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.