From a54027c120c8c13d07bf2c459b1743db80808e19 Mon Sep 17 00:00:00 2001 From: Albert Tugushev Date: Tue, 9 Jun 2020 20:22:55 +0700 Subject: [PATCH] 5.2.1 changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56d745587..413161ea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 5.2.1 (2020-06-09) + +Bug Fixes: +- Fix a bug where `pip-compile` would lose some dependencies on update +a `requirements.txt` +([1159](https://github.com/jazzband/pip-tools/pull/1159)). Thanks @richafrank + + # 5.2.0 (2020-05-27) Features: