Skip to content

Changelog.md should state that PR #1459 is a breaking change #1513

@j-ac

Description

@j-ac

My system does not have the opus libraries, and updating from 0.37 -> 0.38 began causing my project to crash on an unwrap().

Result::unwrap()` on an `Err` value: "OPUS support not available"

This holds up under a minimal example:

/// Executes on 0.37, but unwraps an error on 0.38 on systems missing codecs
fn main() {
    mixer::init(mixer::InitFlag::all()).unwrap();
}

This is almost certainly caused by PR #1459 which is not currently marked as a breaking change

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions