From e320d7f3e6d9db53650b8302a5cfaaa68c4a6d8e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 14 Sep 2017 10:32:17 -0400 Subject: [PATCH] warn if which is not found on the system Signed-off-by: Kenneth Reitz --- HISTORY.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.txt b/HISTORY.txt index 8e7cd3c7..775fec3b 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.0.3: + - Warn if 'which' is not found on the system. 7.0.2: - Dev dependencies are now read from a lockfile before default dependencies, so any mismatches will prefer default to develop.