Skip to content

Commit 2b7b43b

Browse files
Merge pull request #115 from contentstack/fix/DX-3333-github-issue
github issue fix
2 parents 53ab65f + 1c7e312 commit 2b7b43b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## v2.3.1
4+
5+
### Date: 03-Nov-2025
6+
7+
- Github issues fixed
8+
39
## v2.3.0
410

511
### Date: 29-Sep-2025

Sources/Stack.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,6 @@ extension Stack {
409409
/// }
410410
/// }
411411
///```
412-
@available(*, deprecated, message: "This method will be deprecated soon. Please use seqSync instead")
413412
public func sync(_ syncStack: SyncStack = SyncStack(),
414413
syncTypes: [SyncStack.SyncableTypes] = [.all],
415414
then completion: @escaping (_ result: Result<SyncStack, Error>) -> Void) {

0 commit comments

Comments
 (0)