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`