diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 966c27ece03..384aac108eb 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -39,6 +39,9 @@ * Deprecate `EventListener.onSeekProcessed` because seek changes now happen instantly and listening to `onPositionDiscontinuity` is sufficient. + * Split off `skipSilence' from `PlaybackParameter` and move it + to `AudioComponent.setSkipSilenceEnabled` with callback + `AudioListener.onSkipSilenceEnabledChanged`. * `ExoPlayer`: * Add `setMediaSource(s)` and `addMediaSource(s)` to `ExoPlayer`, for adding `MediaSource` instances directly to the playlist.