teach 2to3 about 'yield from'
diff --git a/Misc/NEWS b/Misc/NEWS
index fb06c01..7756e89 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -266,6 +266,8 @@
 Tools/Demos
 -----------
 
+- Add support for ``yield from`` to 2to3.
+
 - Add support for the PEP 465 matrix multiplication operator to 2to3.
 
 - Issue #19936: Added executable bits or shebang lines to Python scripts which