From 90b7ac240c1c02cdd48b077490b3fc2efeb536d9 Mon Sep 17 00:00:00 2001 From: Vincent Philippon Date: Sun, 15 Apr 2018 00:27:56 -0400 Subject: [PATCH] Changelog for v2.0.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50837f490..5e1d10a48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: