Deprecate BaseException.message as per PEP 352.
diff --git a/Misc/NEWS b/Misc/NEWS
index 2a1ee0a..6229cb6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and builtins
 -----------------
 
+- Deprecate BaseException.message as per PEP 352.
+
 - Bug #1303614: don't expose object's __dict__ when the dict is
   inherited from a builtin base.