From d4c26ce05257dd1c7b50ad5bcea2c5cf1574f7e3 Mon Sep 17 00:00:00 2001 From: Albert Tugushev Date: Sun, 26 Jul 2020 22:25:30 +0700 Subject: [PATCH] 5.3.0 changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 413161ea6..af650c129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# 5.3.0 (2020-07-26) + +Features: +- Add `-h` alias for `--help` option to `pip-sync` and `pip-compile` +([1163](https://github.com/jazzband/pip-tools/pull/1163)). Thanks @jan25 +- Add `pip>=20.2` support +([1168](https://github.com/jazzband/pip-tools/pull/1168)). Thanks @atugushev +- `pip-sync` now exists with code `1` on `--dry-run` +([1172](https://github.com/jazzband/pip-tools/pull/1172)). Thanks @francisbrito +- `pip-compile` now doesn't resolve constraints from `-c constraints.txt`that are not +(yet) requirements + ([1175](https://github.com/jazzband/pip-tools/pull/1175)). Thanks @clslgrnc +- Add `--reuse-hashes/--no-reuse-hashes` options to `pip-compile` + ([1177](https://github.com/jazzband/pip-tools/pull/1177)). Thanks @graingert + # 5.2.1 (2020-06-09) Bug Fixes: