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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v2.3.1

### Date: 03-Nov-2025

- Github issues fixed

## v2.3.0

### Date: 29-Sep-2025
Expand Down
1 change: 0 additions & 1 deletion Sources/Stack.swift
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ extension Stack {
/// }
/// }
///```
@available(*, deprecated, message: "This method will be deprecated soon. Please use seqSync instead")
public func sync(_ syncStack: SyncStack = SyncStack(),
syncTypes: [SyncStack.SyncableTypes] = [.all],
then completion: @escaping (_ result: Result<SyncStack, Error>) -> Void) {
Expand Down