diff --git a/CHANGES.txt b/CHANGES.txt index d0e2af588..0c9f86e7f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,6 +5,20 @@ * Accept --no-binary and --only-binary via pip.conf. :issue`2867`. +* Allow ``--allow-all-external`` within a requirements file. + +* Fixed an issue where ``--user`` could not be used when ``--prefix`` was used + in a distutils configuration file. + +* Fixed an issue where the SOABI tags were not correctly being generated on + Python 3.5. + +* Fixed an issue where we were advising windows users to upgrade by directly + executing pip, when that would always fail on Windows. + +* Allow ``~`` to be expanded within a cache directory in all situations. + + **7.0.3 (2015-06-01)** * Fixed a regression where ``--no-cache-dir`` would raise an exception, fixes