From 8f06a13ae69e42dd62696ea37507a4009aca1115 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Thu, 24 Jul 2025 00:39:06 +0000
Subject: [PATCH] Sync SDL3_mixer wiki -> header
[ci skip]
---
docs/README-migration.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/README-migration.md b/docs/README-migration.md
index 553196af..8ad32373 100644
--- a/docs/README-migration.md
+++ b/docs/README-migration.md
@@ -6,9 +6,9 @@ SDL_mixer 3.0 (aka "SDL3_mixer") is a dramatically different library than
previous versions. The API has been completely redesigned. There is no
compatibility layer. If you want to use it, you have to migrate to it.
-SDL3_mixer requires SDL3. Internally, it relies on many features that are
-new to SDL3, so if your project is on SDL 1.2 or SDL2, you'll have to move
-your project to SDL3 at the same time.
+SDL3_mixer requires SDL3. It relies on many features that are new to SDL3,
+both internally and in the public API, so if your project is on SDL 1.2 or
+SDL2, you'll have to move your project to SDL3 at the same time.
That being said, we think SDL3_mixer and SDL3 are both great pieces of
software--significant improvements over their previous versions--and we