From e32c801b07231c9d20341797f4b78cd09bdd9b0f Mon Sep 17 00:00:00 2001 From: Laicasaane Date: Thu, 8 Sep 2022 10:48:44 +0700 Subject: [PATCH] Update README for version 1.3.0 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 518af5b..1b35d4d 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,13 @@ # Changelog +## 1.3.0 + +- Fix exception: Attempting to use an invalid operation handle +- Add `onFailed` invocation at the end of `catch` blocks +- Improve `OperationResult` struct and the way async APIs return the result +- BREAKING CHANGE: some constructors are removed from `OperationResult` as deemed redundant + ## 1.2.2 - `LoadScene` methods will now activate scene if `activateOnLoad` param is `true`