summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 54ea8be..2a9be6d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,14 @@
+2.1.2 (dev)
+-----------
+
+- fix issue265 and add LD_LIBRARY_PATH to passenv on linux by default
+ because otherwise the python interpreter might not start up in
+ certain configurations (redhat software collections). Thanks David Riddle.
+
+- fix issue246: fix regression in config parsing by reordering
+ such that {envbindir} can be used again in tox.ini. Thanks Olli Walsh.
+
+
2.1.1
----------