From e8641ee0a30ff04c71839d874d68ba51f85f21be Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 3 Oct 2017 21:21:24 -0700 Subject: [PATCH] Forgot a line in the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d3388bf..6a6160db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - #627 PR by @asottile. - Use `file://` protocol for cloning under test - Fix `file://` clone paths being treated as urls for golang + - #629 PR by @asottile. - Add `ctypes` as an import for virtualenv healthchecks - Fixes python3.6.2 <=> python3.6.3 virtualenv invalidation - e70825ab by @asottile.