From 666a69b286f13132073ad6a02addbf1baa94d487 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 17 Sep 2017 22:50:07 +0900 Subject: [PATCH] Update CHANGES for PR #4062 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 70901fac7..c8fdc389d 100644 --- a/CHANGES +++ b/CHANGES @@ -32,6 +32,8 @@ Bugs fixed * #4038: C, add missing documentation of ``member`` role. * #4044: An empty multicolumn cell causes extra row height in PDF output * #4049: Fix typo in output of sphinx-build -h +* #4062: hashlib.sha1() must take bytes, not unicode on Python 3 + Testing --------