Skip to content

Commit 04d406a

Browse files
authored
Fix changelog [skip ci]
1 parent e03cda8 commit 04d406a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
# master
22
*Please add new entries at the top.*
33

4-
# 6.5.01. Add `ExpressibleByNilLiteral` constraint to `OptionalProtocol` (#805, kudos to @nkristek)
5-
2. Fixed a `SignalProducer.lift` issue which may leak intermediate signals. (#808)
4+
# 6.5.0
5+
6+
1. Add `ExpressibleByNilLiteral` constraint to `OptionalProtocol` (#805, kudos to @nkristek)
7+
8+
1. Fixed a `SignalProducer.lift` issue which may leak intermediate signals. (#808)
9+
10+
1. Add variadic sugar for boolean static methods such as `Property.any(boolProperty1, boolProperty2, boolProperty3)` (#801, kudos to @fortmarek)
11+
612

713
# 6.4.0
814
1. Bump min. deployment target to iOS 9 when using swift packages to silence Xcode 12 warnings. Update Quick & Nibmle to the latest version when using swift packages.
915

10-
1. Add variadic sugar for boolean static methods such as `Property.any(boolProperty1, boolProperty2, boolProperty3)` (#801, kudos to @fortmarek)
1116
1. Fix a debug assertion in `Lock.try()` that could be raised in earlier OS versions (< iOS 10.0, < macOS 10.12). (#747, #788)
1217

1318
Specifically, ReactiveSwift now recognizes `EDEADLK` as expected error code from `pthread_mutex_trylock` alongside `0`, `EBUSY` and `EAGAIN`.
1419

15-
2.
16-
1720
# 6.3.0
1821
1. `Property` and `MutableProperty` can now be used as property wrapper. Note that they remain a reference type container, so it may not be appropriate to use them in types requiring value semantics. (#781)
1922
```swift

0 commit comments

Comments
 (0)