From bbc8f00a34016cec3eceadf359fcfb9b7573ddd4 Mon Sep 17 00:00:00 2001 From: dvdsk Date: Sat, 6 Apr 2024 12:11:19 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78e4c66..a5f5717 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Changed +- Adds a new method `try_seek` to all sources. It returns either an error or + seeks to the given position. A few sources are "unsupported" they return the + error `Unsupported`. - `Source` trait is now also implemented for `Box` and `&mut Source` - `fn new_vorbis` is now also available when the `symphonia-vorbis` feature is enabled