aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index adcffeea0b9f..8deda520e43a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,15 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20250619:
+AUTHOR: python@FreeBSD.org
+
+ PYTHON_EXT_SUFFIX has been renamed to PYTHON_TAG due to semantic
+ ambiguity between existing ports usage and PEP 3147 and PEP 3149's
+ specifications. Especially with Python 3.13's free-threaded mode,
+ the tags between bytecode and compiled extension modules do not
+ necessarily match. See python.mk for details.
+
20250307:
AUTHOR: python@FreeBSD.org