summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2015-11-02 12:59:42 +0100
committerholger krekel <holger@merlinux.eu>2015-11-02 12:59:42 +0100
commitc4c086a1747c0340f64dbb95bd58936f0e6c0676 (patch)
tree84ec0adc5e5b375a6c041b191a27da97cb76c8e2 /CHANGELOG
parente3f83b9791ed9217b17c8be647027fbd02d34af1 (diff)
downloadtox-c4c086a1747c0340f64dbb95bd58936f0e6c0676.tar.gz
fix issue281: make --force-deps work when urls are present in a dep config
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2bd2f6d..3cb3116 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,9 @@
- fix issue99: the {env:...} substitution now properly uses environment
settings from the ``setenv`` section. Thanks Itxaka Serrano.
+- fix issue281: make --force-deps work when urls are present in
+ dependency configs. Thanks Glyph Lefkowitz for reporting.
+
2.1.1
----------