ReactiveSwift v7.0.0 Release Notes

    1. The UnidirectionalBinding operator <~ returns non optional values. (#834, kudos to @NicholasTD07)

    🛠 1. Fixed issue where SingalProducer.try(upTo:interval:count:) shares state between invocation of start on the same producer. (#829, kudos to @sebastiangrail)

    🚦 1. Signal.Event is now marked as frozen enum. (#841, kudos to @NachoSoto)