Skip to content

Commit

Permalink
Merge pull request #6 from sendbird/jaesung/update-changelog-3.8.0
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
  • Loading branch information
Jaesung authored Sep 4, 2023
2 parents 0170e36 + 76780fe commit 3767b1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
* Fixed text view height not resetting on state change
* Fixed an issue when using customized userList where the first list would continue to be added after the last was loaded
* Added chatbot start interface `startChatWithAIBot(id:distinct:errorHandler:)` in `SendbirdUI`
```swift
// Before using it, need to call app initialize and connect.
SendbirdUI.startChatWithAIBot(botId: "BOT_ID_GOES_HERE", isDistinct: true) { error in
// This code block will be invoked when there's an error
}
```
* Improved stability

### v3.8.0-beta.1 (Aug 24, 2023)
Expand Down

0 comments on commit 3767b1a

Please sign in to comment.