SDL_image: Added a migration note about IMG_GetError() (dbb82)

From dbb8214e2425d5348a9c2036f4987995e83352f0 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Wed, 26 Mar 2025 12:08:22 -0700
Subject: [PATCH] Added a migration note about IMG_GetError()

(cherry picked from commit 332ce4c2a4903382c191bc58709dc8ace9e51099)
---
 docs/README-migration.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/README-migration.md b/docs/README-migration.md
index 94324dc89..c2a0af05f 100644
--- a/docs/README-migration.md
+++ b/docs/README-migration.md
@@ -5,6 +5,8 @@ This guide provides useful information for migrating applications from SDL_image
 
 IMG_Init() and IMG_Quit() are no longer necessary. If an image format requires dynamically loading a support library, that will be done automatically.
 
+IMG_GetError() has been replaced with SDL_GetError().
+
 The functions named \*_RW() that previously took an SDL_RWops parameter have been renamed \*_IO() and take an SDL_IOStream parameter.
 
 IMG_Linked_Version() has been replaced with IMG_Version().