summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index ce645543..14b51cfc 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -615,9 +615,9 @@ Version 4.1b2 --- 2016-01-23
- Class docstrings were considered executable. Now they no longer are.
- ``yield from`` and ``await`` were considered returns from functions, since
- they could transfer control to the caller. This produced unhelpful "missing
- branch" reports in a number of circumstances. Now they no longer are
- considered returns.
+ they could transfer control to the caller. This produced unhelpful
+ "missing branch" reports in a number of circumstances. Now they no longer
+ are considered returns.
- In unusual situations, a missing branch to a negative number was reported.
This has been fixed, closing `issue 466`_.