summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-03-30 13:28:18 +0100
committerJason R. Coombs <jaraco@jaraco.com>2014-03-30 13:28:18 +0100
commit292f0a6f46fd43144ccbe43512bc3eb4ff01dd9d (patch)
treeeb3b579630e2c192b2dca1e913eee417af7ad9d3 /CHANGES.txt
parent359dcd429be8857202ebcfa5b85686b032414759 (diff)
downloadpython-setuptools-git-292f0a6f46fd43144ccbe43512bc3eb4ff01dd9d.tar.gz
Allow install to proceed with an egg install on IronPython and any other environment that has no stack support. Fixes #177.3.4
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9be3987b..f7340776 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,6 +8,10 @@ CHANGES
* Issue #176: Add parameter to the test command to support a custom test
runner: --test-runner or -r.
+* Issue #177: Now assume most common invocation to install command on
+ platforms/environments without stack support (issuing a warning). Setuptools
+ now installs naturally on IronPython. Behavior on CPython should be
+ unchanged.
---
3.3