summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/whatsnew/3.4.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index a084d55..90175c5 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -136,7 +136,8 @@ CPython implementation improvements:
* The :mod:`marshal` format has been made :ref:`more compact and efficient
<whatsnew-marshal-3>` (:issue:`16475`).
-Please read on for a comprehensive list of user-facing changes.
+Please read on for a comprehensive list of user-facing changes, including
+sections on deprecations and porting issues.
New expected features for Python implementations