Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethreitz committed Jan 16, 2018
1 parent e29d7ee commit ce6827d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions HISTORY.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -52,15 +55,15 @@
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:
- Don't show activation instructions when --deploy is used.
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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit ce6827d

Please sign in to comment.