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
{{ message }}
This repository was archived by the owner on Jul 3, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: Documentation/Migration_3.0.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Migrating from 2.0.0 to 3.0.0-beta.3
1
+
# Migrating from 2.0.0 to 3.0.0
2
2
3
3
- The 'Box' dependency is no longer needed. If you're using a dependency manager, you'll probably won't have to do anything.
4
4
- The 'Result' dependency has been updated to a newer version. As a result the static `Result.success` and `Result.failure` methods are no longer available. Use `Result(value:)` and `Result(error:)` instead.
0 commit comments