Skip to content

Commit

Permalink
Changelog for v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vphilippon committed Apr 15, 2018
1 parent ab02aa8 commit 90b7ac2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 2.0.0 (2018-04-15)

Major changes:
- Vendored `pip` 9.0.3 to keep compatibility for users with `pip` 10.0.0
([#644](https://github.com/jazzband/pip-tools/pull/644)).

Features:
- Improved the speed of pip-compile --generate-hashes by caching the hashes from an existing output file
([#641](https://github.com/jazzband/pip-tools/pull/641)). Thanks @justicz
- Added a `pip-sync --user` option to restrict attention to user-local directory
([#642](https://github.com/jazzband/pip-tools/pull/642)). Thanks @jbergknoff-10e
- Removed the hard dependency on setuptools ([#645](https://github.com/jazzband/pip-tools/pull/645)).

# 1.11.0 (2017-11-30)

Features:
Expand Down

0 comments on commit 90b7ac2

Please sign in to comment.