summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS9
1 files changed, 6 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6b1dcff..bc77b7d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -140,9 +140,12 @@ C API
Documentation
-------------
-- bug #990669: os.path.normpath may alter the meaning of a path if it contains
-symbolic links. This has been documented in a comment since 1992, but is now in
-the library reference as well.
+- patch #1005936, bug #1009373: fix index entries which contain
+ an underscore when viewed with Acrobat.
+
+- bug #990669: os.path.normpath may alter the meaning of a path if
+ it contains symbolic links. This has been documented in a comment
+ since 1992, but is now in the library reference as well.
New platforms
-------------