summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3ec0abd..3be2703 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,18 @@
+2.4.0
+-----
+
+- introduce per-venv list_dependencies_command which defaults
+ to "python -m pip freeze" to obtain the list of installed packages.
+ If you need to run python2.6 you need to configure it to
+ something like "pip freeze". Thanks Ted Shaw, Holger Krekel.
+
+- fix issue66, issue121: change install_command to use "python -m pip"
+ by default instead of "pip ..." directly which avoids long shebang
+ issues. If you need to run python2.6 you need to configure it to
+ something like "pip install {opts} {packages}". Thanks Ted Shaw,
+ Holger Krekel.
+
+
2.3.2
-----