Skip to content

Commit f8e2068

Browse files
authored
Polish the changelog entries for 6.7.0 RC1.
1 parent e672588 commit f8e2068

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,6 +2,9 @@
22
*Please add new entries at the top.*
33

44
# 6.7.0-rc1
5+
6+
1. New operator `SignalProducer.Type.interval(_:interval:on:)` for emitting elements from a given sequence regularly. (#810, kudos to @mluisbrown)
7+
58
1. `Signal` offers two special variants for advanced users: unserialized and reentrant-unserialized. (#797)
69

710
The input observer of these variants assume that mutual exclusion has been enforced by its callers.
@@ -12,13 +15,15 @@
1215

1316
1. `SignalProducer` offers an unserialized variant via `SignalProducer.unserialized(_:)`. (#797)
1417

18+
1. `TestScheduler` can now advanced its clock by `TimeInterval`. (#828, kudos to @carsten-wenderdel)
19+
1520
1. `Signal` and Properties now use fewer locks, which should translate into minor performance improvements. (#797)
1621

17-
1. Added the `interval` operator (#810, kudos to @mluisbrown)
22+
1. Fixed spelling error in `Lifetime.Token` class documentation. (#835, kudos to @ansonj)
1823

19-
1. `TestScheduler` can `advance` by `TimeInterval`. (#828)
24+
1. As a continued refactoring effort since ReactiveSwift 6.6.0, all unary `Signal` and `SignalProducer` operators have been migrated to a new internal representation.
2025

21-
1. Fixed spelling error in `Token` class documentation.
26+
When debugging your application, the call stacks involving ReactiveSwift may now look cleaner, without the clutter of compiler-generated reabstraction thunks. See #799 for an example.
2227

2328
# 6.6.1
2429
1. Updated Carthage xcconfig dependency to 1.1 for proper building arm64 macOS variants. (#826, kudos to @MikeChugunov)

0 commit comments

Comments
 (0)