From cbfcc9d8aa5410dc546ddf2a6484d91de78f2b07 Mon Sep 17 00:00:00 2001 From: Antoni Spaanderman <56turtle56@gmail.com> Date: Sat, 6 Dec 2025 17:18:16 +0100 Subject: [PATCH] document breaking change in #1459 fixes #1513 --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 6fd043b790..92e7351fbe 100644 --- a/changelog.md +++ b/changelog.md @@ -33,7 +33,7 @@ when upgrading from a version of rust-sdl2 to another. [PR #1451](https://github.com/Rust-SDL2/rust-sdl2/pull/1451) Add `gamma_ramp_arrays` and `calculate_gamma_ramp`. -[PR #1459](https://github.com/Rust-SDL2/rust-sdl2/pull/1459) Fix image and mixer init flag logic +[PR #1459](https://github.com/Rust-SDL2/rust-sdl2/pull/1459) **BREAKING CHANGE** Fix image and mixer init flag logic. `image::init` and `mixer::init` will now return an error if any of the requested formats can not be initialized. [PR #1444](https://github.com/Rust-SDL2/rust-sdl2/pull/1444) Add texture scale mode api + fix unsafe