Skip to content

Commit 569c7a1

Browse files
committed
changelog
1 parent 7804843 commit 569c7a1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
- add `Join` for nullable types
44
- add `Join` for 5 elements
55
- 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
67
- remove obsolete `OptionsMarshall.TryGetValue` and `TryGetError` (use `Branch` #31)
78
- mark tuple operations obsolete (use `Join` #37)
89
- remove experimental `Consume` for `(Result<T, E>, Result<T, E>)` (use `Join` #37)
10+
- updated TUnit to 1.24.13
911

1012

1113
## 0.3.2

0 commit comments

Comments
 (0)