You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## [0.11.0] - 2024-01-30
### Added
- [Use Microsoft.Bcl.AsyncInterfaces in netstandard2.0](#39) This allows for IAsyncDisposable, IAsyncEnumerable, and IAsyncEnumerator, and ValueTask to be used in netstandard2.0. Credits @TheAngryByrd.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.11.0] - 2024-01-30
9
+
10
+
### Added
11
+
-[Use Microsoft.Bcl.AsyncInterfaces in netstandard2.0](https://github.com/TheAngryByrd/IcedTasks/pull/39) This allows for IAsyncDisposable, IAsyncEnumerable, and IAsyncEnumerator, and ValueTask to be used in netstandard2.0. Credits @TheAngryByrd.
12
+
8
13
## [0.10.2] - 2024-01-28
9
14
10
15
### Changed
@@ -281,7 +286,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
281
286
- Increased soeed and lowered memory usage of ColdTask and CancellableTask
0 commit comments