Skip to content

Commit

Permalink
Add dummy CHANGELOG entries for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hawk23 committed Dec 20, 2023
1 parent 6d64f5a commit fefcd66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/),
and this project adheres to [Semantic Versioning](https://semver.org/).

## [0.5.0]
### Added
Support for Picture-in-Picture (PiP) playback on iOS
- `PictureInPictureEnter` which is emitted when the player view is about to enter Picture-in-Picture mode
- `PictureInPictureExit` which is emitted when the player view is about to exit Picture-in-Picture mode

### Changed
- `PlayerView` has a new argument `playerViewConfig` with a predefined default value

## [0.4.0] - 2023-12-12
### Added
Expand Down

0 comments on commit fefcd66

Please sign in to comment.