Add note about #1220212 (os.kill on Windows)
diff --git a/Misc/NEWS b/Misc/NEWS
index 4003b99..95cc283 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -153,6 +153,9 @@
 - Addition of -b command line option to unittest for buffering stdout / stderr
   during test runs.
 
+- Issue #1220212: Added os.kill support for Windows, including support for 
+  sending CTRL+C and CTRL+BREAK events to console subprocesses.
+
 Extension Modules
 -----------------