diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2018-01-20 08:54:51 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-01-20 08:54:51 -0500 |
| commit | b355ecb59a44db1d90e57bb338ac9493f936283b (patch) | |
| tree | a2dd923f16f0545a8784f9ce5108096e866d4cfc /CHANGES.rst | |
| parent | 618312bec376e5c71b0938a754106973d8889417 (diff) | |
| download | python-setuptools-git-feature/1246-utf-8-in-scripts.tar.gz | |
Always encode text-based scripts to UTF-8. Fixes #1246.feature/1246-utf-8-in-scripts
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 737cc0f8..b64edc61 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,8 @@ +v38.5.0 +------- + +* #1246: ``easy_install`` now always writes scripts out in UTF-8. + v38.4.0 ------- |
