mirror of
https://github.com/AmberGraceRblx/luau-promise.git
synced 2025-04-24 15:50:01 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
2e63e8b7cc
commit
e06f087d54
1 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue