2.0.0 Release Candidate 1
Pre-release
      Pre-release
    
        This is the first release candidate of ReactiveSwift 2.0. It targets Swift 3.1 with preliminary support of Swift 3.2 and Swift 4.0.
Changes
- 
If the input observer of a Signaldeinitializes while theSignalhas not yet terminated, aninterruptedevent would now be automatically sent. (#463, kudos to @andersio)
- 
ValidationResultandValidatorOutputhave been renamed toValidatingProperty.ResultandValidatingProperty.Decision, respectively. (#443)
- 
Mitigated a race condition related to ARC in the Signalinternal. (#456, kudos to @andersio)