changelog

This commit is contained in:
2018-01-16 09:42:56 -05:00
parent e29d7ee45e
commit ce6827d5a2
+7 -4
View File
@@ -1,3 +1,6 @@
9.0.2:
- PIP_INDEX_URL and PIP_EXTRA_INDEX_URL will automatically be honored, when creating a new Pipfile.
Note, the Pipfile will always be respected as the authoritative source of truth.
9.0.1:
- Fixed issue with specifiers being treated as paths on Windows.
- Fixed regression causing development packages to always be installed.
@@ -52,7 +55,7 @@
8.2.5:
- Fixed bad attribute call on date checks.
8.2.4:
- Enhanced sha messaging — lockfile short shas are now displayed.
- Enhanced sha messaging — lockfile short shas are now displayed.
- Improve Windows unicode output.
- General UX and other improvements.
8.2.3:
@@ -60,7 +63,7 @@
8.2.2:
- Improve system pip detection.
8.2.1:
- Enhanced pip resolver — hopefully that won't blow up in our faces.
- Enhanced pip resolver — hopefully that won't blow up in our faces.
- Fixed file links.
8.2.0:
- Made things nicer.
@@ -193,7 +196,7 @@
7.6.6:
- Packaging problem.
7.6.5:
- Patched vendored 'safety' package to remove yaml dependency — should work on all Pythons now.
- Patched vendored 'safety' package to remove yaml dependency — should work on all Pythons now.
7.6.4:
- Extensive integration test suite.
- Don't suggest autocorrections as often.
@@ -393,7 +396,7 @@
6.0.1:
- Minor (major) bug fix.
6.0.0:
- New locking functionality — support for multiple hashes per release!
- New locking functionality — support for multiple hashes per release!
- Hashes are now default, everywhere, once again! We figured it out :)
- Pipenv talks to the PyPi (Warehouse) API now for grabbing hashes.
- --hashes flag removed.