File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 4.0.0-rc.2] - 2022-01-02
4+ ### Fixed
5+ - Fix bug where Promise.fold does not return correct value if there is an unresolved Promise in the passed list (#77 )
6+
37## [ 4.0.0-rc.1] - 2021-12-28
48### Changed
59- ` Promise:finally ` no longer observes a rejection from a Promise. Calling ` Promise:finally ` is mostly transparent now.
Original file line number Diff line number Diff line change 11[package ]
22name = " evaera/roblox-lua-promise"
3- version = " 4.0.0-rc.1 "
3+ version = " 4.0.0-rc.2 "
44author = " evaera"
55content_root = " lib"
66license = " MIT"
Original file line number Diff line number Diff line change 11[package ]
22name = " evaera/promise"
33description = " Promise implementation for Roblox"
4- version = " 4.0.0-rc.1 "
4+ version = " 4.0.0-rc.2 "
55license = " MIT"
66registry = " https://github.com/UpliftGames/wally-index"
77realm = " shared"
You can’t perform that action at this time.
0 commit comments