Skip to content

Commit 54ed91b

Browse files
authored
Merge pull request #726 from iv-mexx/patch-1
Add a short upgrade guide for 6.0.0
2 parents 267e527 + 1babff6 commit 54ed91b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
1. Dropped support for Swift 4.2 (Xcode 9)
66
2. Removed dependency on https://github.com/antitypical/Result (#702, kudos to @NachoSoto and @mdiep)
77

8+
**Upgrade to 6.0.0**
9+
10+
* If you have used `Result` only as dependency of `ReactiveSwift`, remove all instances of `import Result`, `import enum Result.NoError` or `import struct Result.AnyError` and remove the `Result` Framework from your project.
11+
* Replace all cases where `NoError` was used in a `Signal` or `SignalProducer` with `Never`
12+
* Replace all cases where `AnyError` was used in a `Signal` or `SignalProducer` with `Swift.Error`
13+
14+
815
# 5.0.1
916
1. Fix warnings in Xcode 10.2
1017

0 commit comments

Comments
 (0)