diff --git a/CHANGELOG.md b/CHANGELOG.md index 91679dee3..43ff6138b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 5.1.0 (2020-04-27) + +Features: +- Show progress bar when downloading packages in `pip-compile` verbose mode +([#949](https://github.com/jazzband/pip-tools/pull/949)). Thanks @atugushev +- `pip-compile` now gets hashes from `PyPI` JSON API (if available) which significantly +increases the speed of hashes generation +([#1109](https://github.com/jazzband/pip-tools/pull/1109)). Thanks @atugushev + # 5.0.0 (2020-04-16) Backwards Incompatible Changes: diff --git a/README.rst b/README.rst index 746bdcf5a..9c3023b9c 100644 --- a/README.rst +++ b/README.rst @@ -453,5 +453,5 @@ versions. +===========+=================+ | 4.5.x | 8.1.3 - 20.0.x | +-----------+-----------------+ -| 5.0.x | 20.0.x - 20.1.x | +| 5.x | 20.0.x - 20.1.x | +-----------+-----------------+