We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d81bf5 commit aece266Copy full SHA for aece266
CHANGELOG.md
@@ -7,9 +7,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/); this proj
7
## [0.9.5] - unreleased
8
9
### Added
10
+- Added `IAsyncOperation.Id` property for easy operation identification.
11
- Added `AsyncUtility.GetText` and `AsyncUtility.GetBytes` helpers.
-- `AsyncResult` now implements `AsyncContinuation` to enable easy operation chaining.
12
- Added `ToTask` extensions for `AsyncOperation`/`UnityWebRequest`/`WWW`.
13
+- `AsyncResult` now implements `AsyncContinuation` to enable easy operation chaining.
14
15
### Fixed
16
- Fixed compile warnings for Unity 2018.2.
0 commit comments