Add CHANGELOG entry S to Subject

This commit is contained in:
freak4pc 2019-04-25 14:12:15 +03:00
parent a312d37d4b
commit d511352fb1
No known key found for this signature in database
GPG Key ID: 77ECA9272A4FEA1A

View File

@ -22,6 +22,8 @@ If you're using Xcode 10.1 and below, please use [RxSwift 4.5](https://github.co
### Anomalies
* `SubjectType.SubjectObserverType` has been renamed to `SubjectType.Observer`. #1950
* The `S` associated type has been renamed to `Subject` where applicable. #1950
* The `E` associated type on `ObservableConvertibleType` and `ObserverType` have been renamed to `Element`. #1945
* The `C` and `S` associated types have been renamed to `Collection` and `Sequence` accordingly. #1949
* Renamed `ElementType` associatedtype to `Element`. #1945