Skip to content

Commit

Permalink
Preparing for release 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cartisim committed May 25, 2023
1 parent 5957221 commit 569557a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@
| **iOS (simulator)** |||


#### Please Follow this repository for the lateset SDK notifications.
#### Please Follow this repository for the latest SDK notifications.


## Documentation

We are happy to introduce *DocC* documenation for SwiftFCSDKiOS. Simply build the documentaion with **Command + Control + Shift + D** in your app and have all the documentation that you need right in Xcode.
We are happy to introduce *DocC* documentation for SwiftFCSDKiOS. Simply build the documentation with **Command + Control + Shift + D** in your app and have all the documentation that you need right in Xcode.

## Version Changes
[Version 4.2.2 ](https://github.com/cbajapan/swift-fcsdk-ios/blob/main/Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/Version-4.2.2.md 'Version 4.2.2')

[Version 4.2.1 ](https://github.com/cbajapan/swift-fcsdk-ios/blob/main/Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/Version-4.2.1.md 'Version 4.2.1')

[Version 4.2.0 ](https://github.com/cbajapan/swift-fcsdk-ios/blob/main/Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/Version-4.2.0.md 'Version 4.2.0')
Expand Down Expand Up @@ -60,7 +62,7 @@ We are happy to introduce *DocC* documenation for SwiftFCSDKiOS. Simply build th

```swift
dependencies: [
.package(url: "https://github.com/cbajapan/fcsdk-ios.git", from: "4.0.0")
.package(url: "https://github.com/cbajapan/swift-fcsdk-ios.git", from: "4.0.0")
]
```

Expand Down
13 changes: 13 additions & 0 deletions Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/Version-4.2.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Version 4.2.2

This article describes changes in version 4.2.2 of FCSDKiOS

## Overview

Version 4.2.2 has several bug fixes and performance improvements. Below is a list of bug fixes.

### Under certain conditions a crash would occur when making a call.

### Potential crash was fixed during a call state transition change from ```.preparingBufferView``` to ```.error```.

### Potential capture session hang was occurring when buffer views were being used.

0 comments on commit 569557a

Please sign in to comment.