Skip to content

Commit a8c829e

Browse files
committed
changelog updates
1 parent 09b37fa commit a8c829e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGES.txt

+16
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ Changelog
1717
* **BACKWARD INCOMPATIBLE** pip no longer respects dependency links by default.
1818
Users may opt into respecting them again using ``--process-dependency-links``.
1919

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+
2028
* Fixed #1163, --user wasn't being respected when installing scripts from wheels (Pull #1176).
2129

2230
* Fixed #1150, we now assume '_' means '-' in versions from wheel filenames (Pull #1158).
@@ -51,6 +59,14 @@ Changelog
5159
* Renamed --allow-insecure to --allow-unverified, however the old name will
5260
continue to work for a period of time (Pull #1257).
5361

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+
5470

5571
1.4.1 (2013-08-07)
5672
------------------

0 commit comments

Comments
 (0)