This commit is contained in:
Eryn Lynn 2020-08-17 19:32:01 -04:00
parent 4f55aa52bf
commit 9db73644e6
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -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"