diff options
author | Benoit Pierre <benoit.pierre@gmail.com> | 2017-11-26 18:50:47 +0100 |
---|---|---|
committer | Benoit Pierre <benoit.pierre@gmail.com> | 2017-11-26 18:50:47 +0100 |
commit | d4959f2c85d8b36c71249fdf81ed9c26c9f31690 (patch) | |
tree | 17ba1f2083251c9165a71f471cac24ef8d9d6385 | |
parent | 97ff22f31ace57f4eabb6f1e77c9c553de0d1c24 (diff) | |
download | python-setuptools-git-d4959f2c85d8b36c71249fdf81ed9c26c9f31690.tar.gz |
update changelog
-rw-r--r-- | CHANGES.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index df91d999..63d17d5d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v38.2.0 +------- + +* #1200: easy_install now support installing from wheels: + they will be installed as standalone unzipped eggs. + v38.1.0 ------- |