Skip to content

Commit c125fcd

Browse files
committed
CSDK-2301 fix video/audio participant renderers
1 parent 27b80e7 commit c125fcd

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,57 @@ All notable changes to the **daily-python** SDK will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Added
11+
12+
<!-- for new functionality -->
13+
14+
- n/a
15+
16+
### Changed
17+
18+
<!-- for changed functionality -->
19+
20+
- n/a
21+
22+
### Deprecated
23+
24+
<!-- for soon-to-be removed functionality -->
25+
26+
- n/a
27+
28+
### Removed
29+
30+
<!-- for removed functionality -->
31+
32+
- n/a
33+
34+
### Fixed
35+
36+
<!-- for fixed bugs -->
37+
38+
- Fixed an issue that could cause video and audio renderers not to work if they
39+
were registered after the media track was already being received.
40+
41+
### Performance
42+
43+
<!-- for performance-relevant changes -->
44+
45+
- n/a
46+
47+
### Security
48+
49+
<!-- for security-relevant changes -->
50+
51+
- n/a
52+
53+
### Other
54+
55+
<!-- for everything else -->
56+
57+
- n/a
58+
859
## [0.7.2] - 2024-03-22
960

1061
### Fixed

0 commit comments

Comments
 (0)