summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 69a5686..9ea848b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -79,6 +79,8 @@ Extension Modules
Library
-------
+- Bug #1167128: Fix size of a symlink in a tarfile to be 0.
+
- Patch #810023: Fix off-by-one bug in urllib.urlretrieve reporthook
functionality.