Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object).
diff --git a/Misc/NEWS b/Misc/NEWS
index c1385f3..9c854a2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@
Core and Builtins
-----------------
+- Issue #14172: Fix reference leak when marshalling a buffer-like object
+ (other than a bytes object).
+
- Issue #13521: dict.setdefault() now does only one lookup for the given key,
making it "atomic" for many purposes. Patch by Filip GruszczyĆski.