Skip to content

Commit 7fc52a1

Browse files
committed
Release version 4.0.0-rc.2
1 parent e192db7 commit 7fc52a1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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.

rotriever.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "evaera/roblox-lua-promise"
3-
version = "4.0.0-rc.1"
3+
version = "4.0.0-rc.2"
44
author = "evaera"
55
content_root = "lib"
66
license = "MIT"

wally.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "evaera/promise"
33
description = "Promise implementation for Roblox"
4-
version = "4.0.0-rc.1"
4+
version = "4.0.0-rc.2"
55
license = "MIT"
66
registry = "https://github.com/UpliftGames/wally-index"
77
realm = "shared"

0 commit comments

Comments
 (0)