summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 641da18..0e55a24 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -14,6 +14,8 @@ Core and Builtins
object for importlib.util.module_for_loader and
importlib.machinery.PathFinder.
+- Issue #14612: Fix jumping around with blocks by setting f_lineno.
+
- Issue #14592: Attempting a relative import w/o __package__ or __name__ set in
globals raises a KeyError.