File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,14 @@ Changelog
17
17
* **BACKWARD INCOMPATIBLE** pip no longer respects dependency links by default.
18
18
Users may opt into respecting them again using ``--process-dependency-links``.
19
19
20
+ * pip will now install Mac OSX platform wheels from PyPI. (Pull #1278)
21
+
22
+ * pip now generates the appropriate platform-specific console scripts when
23
+ installing wheels. (Pull #1251)
24
+
25
+ * Pip now confirms a wheel is supported when installing directly from a path or
26
+ url. (Pull #1315)
27
+
20
28
* Fixed #1163, --user wasn't being respected when installing scripts from wheels (Pull #1176).
21
29
22
30
* Fixed #1150, we now assume '_' means '-' in versions from wheel filenames (Pull #1158).
@@ -51,6 +59,14 @@ Changelog
51
59
* Renamed --allow-insecure to --allow-unverified, however the old name will
52
60
continue to work for a period of time (Pull #1257).
53
61
62
+ * Fixed #1006, error when installing local projects with symlinks in
63
+ Python 3. (Pull #1311)
64
+
65
+ * The previously hidden `--log-file` otion, is now shown as a general option.
66
+ (Pull #1316)
67
+
68
+
69
+
54
70
55
71
1.4.1 (2013-08-07)
56
72
------------------
You can’t perform that action at this time.
0 commit comments