Skip to content

Commit a1d9d6a

Browse files
committed
doc: update changelog
1 parent 88c6105 commit a1d9d6a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.0.0 05/10/2022
2+
3+
* Supports new dart 3 features
4+
15
## 4.0.0 - 12/21/2022
26

37
* Major release. [BREAKING]
@@ -25,7 +29,7 @@ Help us figure out which one to remove in the near future.
2529
* **SWAP**:<br>
2630
This new operand will be useful when you need to swap `Success` and `Error`.
2731
```dart
28-
Result<String, int> result =...;
32+
Result<String, int> result = getResult();
2933
Result<int, String> newResult = result.swap();
3034
```
3135

0 commit comments

Comments
 (0)