From dfc88b3dc48e65bf3d7761e2a2660c7226d13833 Mon Sep 17 00:00:00 2001 From: Albert Tugushev Date: Wed, 26 Feb 2020 21:22:19 +0700 Subject: [PATCH] 4.5.1 changelog [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0924ac613..2b6a48ac7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 4.5.1 (2020-02-26) + +Bug Fixes: +- Strip line number annotations such as "(line XX)" from file requirements, to prevent diff noise when modifying input requirement files +([#1075](https://github.com/jazzband/pip-tools/pull/1075)). Thanks @adamchainz + +Improved Documentation: +- Updated `README` example outputs for primary requirement annotations +([#1072](https://github.com/jazzband/pip-tools/pull/1072)). Thanks @richafrank + # 4.5.0 (2020-02-20) Features: