From 06066c2dd033400bd131554cd1e0e4ad4e6c4535 Mon Sep 17 00:00:00 2001 From: Eryn Lynn Date: Fri, 10 Jul 2020 23:48:09 -0400 Subject: [PATCH] v3.0.0-rc.3 --- CHANGELOG.md | 6 +++++- rotriever.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25b4efb..03be881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/rotriever.toml b/rotriever.toml index a045d29..848ea9a 100644 --- a/rotriever.toml +++ b/rotriever.toml @@ -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"