We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f55aa5 commit 9db7364Copy full SHA for 9db7364
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
+
7
## [3.0.0-rc.3] - 2020-07-10
8
### Fixed
9
- Fixed a bug where queued `andThen` and `catch` callbacks did not begin on their own new threads.
rotriever.toml
@@ -1,6 +1,6 @@
[package]
name = "evaera/roblox-lua-promise"
-version = "3.0.0-rc.3"
+version = "3.0.0"
author = "evaera"
content_root = "lib"
license = "MIT"
0 commit comments