From 0f22fcdfb6c39c4d118fd920d6b1b335ad7dcae7 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 24 Sep 2017 16:43:46 +0900 Subject: [PATCH] Update CHANGES for PR #4067 --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 9119dc18c..5d371a9f8 100644 --- a/CHANGES +++ b/CHANGES @@ -35,6 +35,7 @@ Bugs fixed * #4062: hashlib.sha1() must take bytes, not unicode on Python 3 * Avoid indent after index entries in latex (refs: #4066) * #4070: crashes when the warning message contains format strings +* #4067: Return non-zero exit status when make subprocess fails Testing