Skip to content

Commit

Permalink
Remove unreleased changes section from RELEASENOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitjoins committed Jul 21, 2022
1 parent cae428c commit 86e2361
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
Release notes

### Unreleased changes

* Core library:
* Add `ExoPlayer.isTunnelingEnabled` to check if tunneling is enabled for
the currently selected tracks
([#2518](https://github.com/google/ExoPlayer/issues/2518)).
* Use `SingleThreadExecutor` for releasing `AudioTrack` instances to avoid
OutOfMemory errors when releasing multiple players at the same time
([#10057](https://github.com/google/ExoPlayer/issues/10057)).
* Metadata:
* `MetadataRenderer` can now be configured to render metadata as soon as
they are available. Create an instance with
`MetadataRenderer(MetadataOutput, Looper, MetadataDecoderFactory,
boolean)` to specify whether the renderer will output metadata early or
in sync with the player position.

### 1.0.0-beta02 (2022-07-21)

This release corresponds to the
Expand Down

0 comments on commit 86e2361

Please sign in to comment.