summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2014-05-08 21:04:03 +0200
committerholger krekel <holger@merlinux.eu>2014-05-08 21:04:03 +0200
commitd3e444560eb36b9c69f35eeb3fb9174a1498e3cc (patch)
treeba32f74532fd3a7a440597253a7047552a55c86f /CHANGELOG
parenta87feb27af5ad48b42560b7891bfdfd6556bd93c (diff)
downloadtox-d3e444560eb36b9c69f35eeb3fb9174a1498e3cc.tar.gz
fix issue59 -- add --skip-if-missing-interpreter. Thanks
Alexandre Conrad for the PR.
Diffstat (limited to 'CHANGELOG')
-rwxr-xr-xCHANGELOG3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 99b24c9..8afc346 100755
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,7 +2,8 @@ development
-----------
- fix issue59: add option "--skip-missing-interpreters" which won't fail the
- build if Python interpreters listed in tox.ini are missing.
+ build if Python interpreters listed in tox.ini are missing. Thanks
+ Alexandre Conrad for the PR.
1.7.1
---------