From 25492a23343e1499c73f9c275a6dab4d14b86486 Mon Sep 17 00:00:00 2001 From: Albert Tugushev Date: Wed, 30 Dec 2020 23:44:53 +0700 Subject: [PATCH] 5.5.0 changelog --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b2cd84dd..9929c829a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +# 5.5.0 (2020-12-31) + +Features: +- Add Python 3.9 support +([1222](https://github.com/jazzband/pip-tools/pull/1222)). Thanks @jdufresne +- Improve formatting of long "via" annotations +([1237](https://github.com/jazzband/pip-tools/pull/1237)). Thanks @jdufresne +- Add `--verbose` and `--quiet` options to `pip-sync` +([1241](https://github.com/jazzband/pip-tools/pull/1241)). Thanks @jdufresne +- Add `--no-allow-unsafe` option to `pip-compile` +([1265](https://github.com/jazzband/pip-tools/pull/1265)). Thanks @jdufresne + +Bug Fixes: +- Restore `PIP_EXISTS_ACTION` environment variable to its previous state +when resolve dependencies in `pip-compile` +([1255](https://github.com/jazzband/pip-tools/pull/1255)). Thanks @jdufresne + +Dependencies: +- Remove `six` dependency in favor `pip`'s vendored `six` +([1240](https://github.com/jazzband/pip-tools/pull/1240)). Thanks @jdufresne + +Improved Documentation: +- Add `pip-requirements.el` (for Emacs) to useful tools to `README` +([#1244](https://github.com/jazzband/pip-tools/pull/1244)). Thanks @jdufresne +- Add supported Python versions to `README` +([#1246](https://github.com/jazzband/pip-tools/pull/1246)). Thanks @jdufresne + # 5.4.0 (2020-11-21) Features: