Commit 7f175a0b authored by Jason R. Coombs's avatar Jason R. Coombs

Updated changelog

--HG--
branch : distribute
extra : rebase_source : 9fa0ef551c34deba0f744ef279ecf9fe4ef7c13d
parent 80a210e2
......@@ -20,6 +20,13 @@ CHANGES
PYTHONIOENCODING=utf8 pip install numpy
* Fix for encoding issue when installing from Windows executable on Python 3.
* Issue #323: Allow `setup_requires` requirements to supercede installed
requirements. Added some new keyword arguments to existing pkg_resources
methods. Also had to updated how __path__ is handled for namespace packages
to ensure that when a new egg distribution containing a namespace package is
placed on sys.path, the entries in __path__ are found in the same order they
would have been in had that egg been on the path when pkg_resources was
first imported.
------
0.6.30
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment