1 parent 7804843 commit 569c7a1Copy full SHA for 569c7a1
1 file changed
changelog.md
@@ -3,9 +3,11 @@
3
- add `Join` for nullable types
4
- add `Join` for 5 elements
5
- add `Map` and `Consume` for `Option<(T1, T2)>` and `Result<(T1, T2){, T}>` with a nicer delegate (for up to 5 elements in the tuple)
6
+ - if this concept works more operations will follow in the 0.4 release cycle
7
- remove obsolete `OptionsMarshall.TryGetValue` and `TryGetError` (use `Branch` #31)
8
- mark tuple operations obsolete (use `Join` #37)
9
- remove experimental `Consume` for `(Result<T, E>, Result<T, E>)` (use `Join` #37)
10
+- updated TUnit to 1.24.13
11
12
13
## 0.3.2
0 commit comments