From c2d49e39a2603f3ee8ec3a0e13be4afc3303aca1 Mon Sep 17 00:00:00 2001 From: John Still Date: Tue, 11 Jul 2017 13:01:56 -0500 Subject: [PATCH] add news item --- changelog/2518.feature | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/2518.feature diff --git a/changelog/2518.feature b/changelog/2518.feature new file mode 100644 index 000000000..3b97cc18f --- /dev/null +++ b/changelog/2518.feature @@ -0,0 +1 @@ +Collection ignores the currently active Python installation by default; `--collect-in-virtualenv` overrides this behavior.