unify TryExcept and TryFinally (closes #12199)
diff --git a/Misc/NEWS b/Misc/NEWS
index 3304b03..09ad49f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@
 Core and Builtins
 -----------------
 
+- Issue #12199: The TryExcept and TryFinally and AST nodes have been unified
+  into a Try node.
+
 - Issue #9670: Increase the default stack size for secondary threads on
   Mac OS X and FreeBSD to reduce the chances of a crash instead of a
   "maximum recursion depth" RuntimeError exception.