Add missing NEWS entry for a fix committed by Senthil.

All recent modifications to distutils should now be covered in NEWS.
diff --git a/Misc/NEWS b/Misc/NEWS
index f5eb3a9..6daed85 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,8 @@
 Library
 -------
 
+- Issue #2236: distutils' mkpath ignored the mode parameter.
+
 - Issue #10321: Added support for binary data to smtplib.SMTP.sendmail,
   and a new method send_message to send an email.message.Message object.