Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# master
*Please add new entries at the top.*
1. Fix the Carthage build checks (kudos to @mluisbrown)
1. Add dynamic library support for SPM (#886 kudos to @mluisbrown)

# 7.2.0
*Please add new entries at the top.*

1. Change `QueueScheduler` to use unspecified QoS when QoS parameter is defaulted (#880, kudos to @jamieQ)
1. Add support for visionOS (#875, kudos to @NachoSoto)
Expand Down
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ let package = Package(
],
products: [
.library(name: "ReactiveSwift", targets: ["ReactiveSwift"]),
.library(name: "ReactiveSwift-Dynamic", type: .dynamic, targets: ["ReactiveSwift"])
],
dependencies: [
.package(url: "https://github.com/Quick/Quick.git", from: "7.0.0"),
Expand Down