Update CHANGELOG.md

This commit is contained in:
eryn L. K 2020-05-04 15:29:11 -04:00 committed by GitHub
parent 2e63e8b7cc
commit e06f087d54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
- `finally` now passes the Promise status as a parameter.