From 1e05d0028ce16d4b2de53ae38a33df7feb84e800 Mon Sep 17 00:00:00 2001 From: Albert Tugushev Date: Thu, 30 Jun 2022 08:16:23 +0200 Subject: [PATCH] 6.8.0 changelog (#1646) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a286bf6e..b82a11ae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 6.8.0 (2022-06-30) + +Features: + +- Add support for pip's 2020 dependency resolver. Use + `pip-compile --resolver backtracking` to enable new resolver + ([#1539](https://github.com/jazzband/pip-tools/pull/1539)). Thanks @atugushev + ## 6.7.0 (2022-06-27) Features: