Skip to content

Commit

Permalink
v3.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
evaera committed Jul 11, 2020
1 parent 13ae48a commit 06066c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion rotriever.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 06066c2

Please sign in to comment.