mirror of
https://github.com/AmberGraceRblx/luau-promise.git
synced 2025-04-24 15:50:01 +00:00
3.0.0
This commit is contained in:
parent
4f55aa52bf
commit
9db73644e6
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## [3.0.0]
|
||||
- `Promise.delay` now uses `os.clock`
|
||||
- Made `Promise.delay` behavior more consistent when creating new timers in the callback of a timer.
|
||||
|
||||
## [3.0.0-rc.3] - 2020-07-10
|
||||
### Fixed
|
||||
- Fixed a bug where queued `andThen` and `catch` callbacks did not begin on their own new threads.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue