Skip to content

Commit 9db7364

Browse files
committed
3.0.0
1 parent 4f55aa5 commit 9db7364

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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+
## [3.0.0]
4+
- `Promise.delay` now uses `os.clock`
5+
- Made `Promise.delay` behavior more consistent when creating new timers in the callback of a timer.
6+
37
## [3.0.0-rc.3] - 2020-07-10
48
### Fixed
59
- Fixed a bug where queued `andThen` and `catch` callbacks did not begin on their own new threads.

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 = "3.0.0-rc.3"
3+
version = "3.0.0"
44
author = "evaera"
55
content_root = "lib"
66
license = "MIT"

0 commit comments

Comments
 (0)