Bug #1546052: clarify that PyString_FromString(AndSize) copies the
string pointed to by its parameter.
diff --git a/Misc/NEWS b/Misc/NEWS
index e3abddc..67a0a80 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -146,6 +146,9 @@
 Documentation
 -------------
 
+- Bug #1546052: clarify that PyString_FromString(AndSize) copies the
+  string pointed to by its parameter.
+
 - Bug #1566663: remove obsolete example from datetime docs.
 
 - Bug #1541682: Fix example in the "Refcount details" API docs.