summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d7e3369d..b1b7f2e8 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,18 @@
CHANGES
=======
+----------
+Unreleased
+----------
+
+* Issue #80, #209: Eggs that are downloaded for ``setup_requires``,
+ ``test_requires``, etc. are now placed in a ``.eggs`` directory instead of
+ the package root directory. This is a better place for them as it doesn't
+ cause later phases of setuptools to think that the package is already
+ installed and then not install the package permanently in the environment
+ (See #209).
+
+
---
6.1
---