Skip to content

Commit

Permalink
Add missing news entries
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Ryan <[email protected]>
  • Loading branch information
techalchemy committed Mar 5, 2019
1 parent 439a258 commit b395aca
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions news/2722.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed a bug which caused editable package resolution to sometimes fail with an unhelpful setuptools-related error message.
1 change: 1 addition & 0 deletions news/3053.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Dependency resolution now writes hashes for local and remote files to the lockfile.
1 change: 1 addition & 0 deletions news/3071.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed a bug which prevented ``pipenv graph`` from correctly showing all dependencies when running from within ``pipenv shell``.
1 change: 1 addition & 0 deletions news/3328.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pipenv will now successfully recursively lock VCS sub-dependencies.
1 change: 1 addition & 0 deletions news/3368.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pipenv will now discover and resolve the intrinsic dependencies of **all** VCS dependencies, whether they are editable or not, to prevent resolution conflicts.
1 change: 1 addition & 0 deletions news/3404.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed a keyerror which could occur when locking VCS dependencies in some cases.

0 comments on commit b395aca

Please sign in to comment.