Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.

Commit

Permalink
Update Migration_3.0.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomvis committed Oct 17, 2015
1 parent ac0bec1 commit a5b3b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Migration_3.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Migrating from 2.0.0 to 3.0.0-beta.3
# Migrating from 2.0.0 to 3.0.0

- The 'Box' dependency is no longer needed. If you're using a dependency manager, you'll probably won't have to do anything.
- 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.
Expand Down

0 comments on commit a5b3b9e

Please sign in to comment.