From 7521ec8402823c52fdc7d3827ff139466069ce33 Mon Sep 17 00:00:00 2001 From: Albert Tugushev Date: Sat, 21 Nov 2020 14:10:18 +0700 Subject: [PATCH] 5.4.0 changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75b4960eb..4b2cd84dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 5.4.0 (2020-11-21) + +Features: +- Add `pip>=20.3` support +([1216](https://github.com/jazzband/pip-tools/pull/1216)). Thanks @atugushev and @AndydeCleyre +- Exclude `--no-reuse-hashes` option from «command to run» header +([1197](https://github.com/jazzband/pip-tools/pull/1197)). Thanks @graingert + +Dependencies: +- Bump `pip` minimum version to `>= 20.1` +([1191](https://github.com/jazzband/pip-tools/pull/1191)). Thanks @atugushev and @AndydeCleyre + # 5.3.1 (2020-07-31) Bug Fixes: