diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2020-01-28 16:59:11 +0200 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2020-01-28 17:00:29 +0200 |
| commit | 06ec444630f68a754496f4f766ed9dbd6252d3d2 (patch) | |
| tree | 5ad2443dcc86a76d66f278e1e7ab28661bbc0251 /docs | |
| parent | 43078c409ebe9b7d5d70c2476fcb82055e8f0b97 (diff) | |
| download | wheel-git-06ec444630f68a754496f4f766ed9dbd6252d3d2.tar.gz | |
Fixed installing from sdist in some non-UTF8 environments
Fixes #331.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/news.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/news.rst b/docs/news.rst index 3d7b4b1..c1e05cc 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,6 +1,11 @@ Release Notes ============= +**UNRELEASED** + +- Fixed installation of ``wheel`` from sdist on environments without Unicode + file name support + **0.34.1 (2020-01-27)** - Fixed installation of ``wheel`` from sdist which was broken due to a chicken |
