Bug #1512814, Fix incorrect lineno's when code at module scope
started after line 256.
diff --git a/Misc/NEWS b/Misc/NEWS
index ff336c6..33ca2b6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -33,6 +33,9 @@
 - On 64 bit systems, int literals that use less than 64 bits are
   now ints rather than longs.
 
+- Bug #1512814, Fix incorrect lineno's when code at module scope
+  started after line 256.
+
 Library
 -------