Skip to content

Commit 6af9fec

Browse files
authored
Rewrite changelog for 6.6.0.
1 parent 4a8e1e4 commit 6af9fec

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22
*Please add new entries at the top.*
33

44
# 6.6.0
5-
# 6.5.1
6-
1. Added the `interval` operator (#810, kudos to @mluisbrown)
7-
1. Bumped deployment target to iOS 9.0, per Xcode 12 warnings
5+
6+
1. Added the `SignalProducer.Type.interval()` operator for emitting values on a regular schedule. (#810, kudos to @mluisbrown)
7+
8+
1. When debugging your application, the call stacks involving ReactiveSwift may start to look cleaner and less cryptic. This is an on-going refactoring effort to improve the developer experience. See #799 for an example.
9+
10+
1. Bumped deployment target to iOS 9.0, per Xcode 12 warnings. (#818, kudos to @harleyjcooper)
11+
12+
1. Fixed a few deprecation warning when the project is being built. (#819, kudos to @apps4everyone)
813

914
# 6.5.0
1015

0 commit comments

Comments
 (0)