From fae53d2387e352e5597c9133c070f44eb79e88b4 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Fri, 31 Jan 2025 17:07:58 -0800
Subject: [PATCH] Note that TTF_Linked_Version() has been replaced with
TTF_Version()
---
docs/README-migration.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/README-migration.md b/docs/README-migration.md
index dc449243..2543c71d 100644
--- a/docs/README-migration.md
+++ b/docs/README-migration.md
@@ -74,6 +74,7 @@ The following functions have been removed:
* TTF_ByteSwappedUNICODE()
* TTF_GetFontKerningSizeGlyphs() - replaced with TTF_GetGlyphKerning()
* TTF_GetFontKerningSizeGlyphs32() - replaced with TTF_GetGlyphKerning()
+* TTF_Linked_Version() - replaced with TTF_Version()
* TTF_MeasureText() - replaced with TTF_MeasureString()
* TTF_MeasureUNICODE() - replaced with TTF_MeasureString()
* TTF_MeasureUTF8() - replaced with TTF_MeasureString()