Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ipavlidakis committed Nov 12, 2024
1 parent df43439 commit 98df67a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

# Upcoming

### 🔄 Changed
### 🐞 Fixed
- When joining one call after another, the last frame of the previous call was flashing for a split second in the new call [#596](https://github.com/GetStream/stream-video-swift/pull/596)

# [1.14.0](https://github.com/GetStream/stream-video-swift/releases/tag/1.14.0)
_November 06, 2024_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ final class VideoRendererPool {

/// Initializes the `VideoRendererPool` with a specified initial capacity.
///
/// - Parameter initialCapacity: The initial capacity of the pool (default is 2).
/// - Parameter initialCapacity: The initial capacity of the pool (default is 0).
init(initialCapacity: Int = 0) {
// Initialize the pool with a capacity and a factory closure to create `VideoRenderer` instances
pool = ReusePool(initialCapacity: initialCapacity) {
Expand Down

0 comments on commit 98df67a

Please sign in to comment.