Skip to content

Commit dd907a2

Browse files
committed
Update the changelog.
1 parent 5cc8510 commit dd907a2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# master
22

3+
1. When unfair locks from libplatform are unavailable, ReactiveSwift now fallbacks to error checking Pthread mutexes instead of the default. Mitigations regarding issues with `pthread_mutex_trylock` have also been applied. (#654, kudos to @andersio)
34

4-
# 4.0.0-rc.21. Support Swift 4.2 (Xcode 10) (#644, kudos to @ikesyo)
5+
# 4.0.0-rc.2
56

6-
# 4.0.0-rc.1*Please add new entries at the top.*
7+
1. Support Swift 4.2 (Xcode 10) (#644, kudos to @ikesyo)
8+
9+
# 4.0.0-rc.1
710

811
1. `Lifetime` may now be manually ended using `Lifetime.Token.dispose()`, in addition to the existing when-token-deinitializes semantic. (#641, kudos to @andersio)
912
1. For Swift 4.1 and above, `BindingSource` conformances are required to have `Error` parameterized as exactly `NoError`. As a result, `Signal` and `SignalProducer` are now conditionally `BindingSource`. (#590, kudos to @NachoSoto and @andersio)

0 commit comments

Comments
 (0)