v3.0.0-rc.3

This commit is contained in:
Eryn Lynn 2020-07-10 23:48:09 -04:00
parent 13ae48a5ee
commit 06066c2dd0
2 changed files with 6 additions and 2 deletions

View file

@ -1,6 +1,10 @@
# Changelog
## [3.0.0] - 2020-06-02
## [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.
## [3.0.0-rc.1] - 2020-06-02
### Changed
- Runtime errors are now represented by objects. You must call tostring on rejection values before assuming they are strings (this was always good practice, but is required now).
- Yielding is now allowed in `Promise.new`, `andThen`, and `Promise.try` executors.

View file

@ -1,6 +1,6 @@
[package]
name = "roblox-lua-promise"
version = "3.0.0-rc.2"
version = "3.0.0-rc.3"
author = "evaera"
content_root = "lib"