From e4a6ec8528b39789d78d980766dd8a3fa5e2addd 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()
---
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