We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f893abc + 0d02b83 commit 7fbde56Copy full SHA for 7fbde56
CHANGES.txt
@@ -3,6 +3,11 @@
3
* Use a smoother progress bar when the terminal is capable of handling it,
4
otherwise fallback to the original ASCII based progress bar.
5
6
+* Display much less output when `pip install` succeeds, because on success,
7
+ users probably don't care about all the nitty gritty details of compiling and
8
+ installing. When `pip install` fails, display the failed install output once
9
+ instead of twice, because once is enough. (:pull:`2487`)
10
+
11
12
**6.0.8 (2015-02-04)**
13
0 commit comments