mirror of
https://github.com/AmberGraceRblx/luau-promise.git
synced 2025-04-24 23:50:03 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
7fc52a1cd4
commit
0dbd4d8f1b
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fix bug where Promise.fold does not return correct value if there is an unresolved Promise in the passed list (#77)
|
- Fix bug where Promise.fold does not return correct value if there is an unresolved Promise in the passed list (#77)
|
||||||
|
|
||||||
|
## [3.2.1] - 2022-01-02
|
||||||
|
### Fixed
|
||||||
|
- Fix bug where Promise.fold does not return correct value if there is an unresolved Promise in the passed list (#77)
|
||||||
|
|
||||||
## [4.0.0-rc.1] - 2021-12-28
|
## [4.0.0-rc.1] - 2021-12-28
|
||||||
### Changed
|
### Changed
|
||||||
- `Promise:finally` no longer observes a rejection from a Promise. Calling `Promise:finally` is mostly transparent now.
|
- `Promise:finally` no longer observes a rejection from a Promise. Calling `Promise:finally` is mostly transparent now.
|
||||||
|
|
Loading…
Reference in a new issue