Skip to content

Commit

Permalink
add notes to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy Messenger authored and Billy Messenger committed Dec 28, 2023
1 parent 4c515e6 commit 45a056f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Version History

## Version 1.2.0 (2023-12-28)

### Breaking changes:

- The trait methods `Decoder::decode()` and `Encoder::encode()` are no longer marked unsafe. Refer to the new documentation on how these trait methods should be implemented.

### Other changes:

- Removed all unsafe code
- Bumped `rtrb` to version "0.3.0"
- Updated demos to use latest version of `egui`

## Version 1.1.0 (2023-07-11)

- Added the ability to decode MP4/AAC/ALAC files
Expand Down
2 changes: 1 addition & 1 deletion decode_symphonia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repository = "https://github.com/RustyDAW/creek"
[dependencies]
creek-core = { version = "0.2.0", path = "../core" }
log = "0.4"
symphonia = "0.5.3"
symphonia = "0.5"

[dev-dependencies]
float-cmp = "0.9"
Expand Down

0 comments on commit 45a056f

Please sign in to comment.