SDL_ttf: Added a patch note for TTF_GetFontWeight() (a1ce3)

From a1ce3670aec736ecbf0936c43f2f0cc53aa61e5b Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 31 Mar 2025 10:57:13 -0700
Subject: [PATCH] Added a patch note for TTF_GetFontWeight()

(cherry picked from commit e4a6ec8528b39789d78d980766dd8a3fa5e2addd)
---
 CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CHANGES.txt b/CHANGES.txt
index 3b55e75e..93c2cd90 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,6 @@
+3.2.2:
+ * Added TTF_GetFontWeight()
+
 3.2.0:
  * Updated for SDL 3.0, see docs/README-migration.md for details
  * Added the concept of a text object and text engine, which is able to efficiently render text for a variety of output methods