diff options
author | Donald Stufft <donald@stufft.io> | 2014-01-16 20:31:53 -0500 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2014-01-16 20:31:53 -0500 |
commit | b9a7f0bb1927188b4ee6203eed06be3d6f22e68a (patch) | |
tree | d2577e06c81e7662ce16546dce789e3bbb9aeecb | |
parent | b5ce18d0d1337597ecd550aac8da68e584dd1ef6 (diff) | |
download | virtualenv-1.11.1rc2.tar.gz |
Edit changelog1.11.1rc2
-rw-r--r-- | docs/news.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/news.rst b/docs/news.rst index 0d5f0c6..d015ebf 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -21,6 +21,9 @@ Changes & News * Fixed an issue where pip and setuptools were not getting installed when using the ``--system-site-packages`` flag. * Updated setuptools to fix an issue when installed with easy_install +* Fixed an issue with Python 3.4 and sys.stdout encoding being set to ascii +* Upgraded pip to v1.5.1 +* Upgraded setuptools to v2.1 1.11 (2014-01-02) ~~~~~~~~~~~~~~~~~ |