From 6d73b66acba5fc9cdba996e899ca95e3f1e7fb20 Mon Sep 17 00:00:00 2001 From: Michael Sarahan Date: Tue, 12 Jun 2018 09:02:35 -0500 Subject: [PATCH] changelog 3.10.8 --- CHANGELOG.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 87ed8e07c8..def1ab3714 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,24 @@ +2018-06-12 3.10.8: +------------------ + +Bug fixes: +---------- +* clean up license field for pypi skeleton #2938 +* fix regex to match requirements with trailing spaces #2948 +* Check for dash in text with variants #2949 +* do not check in build prefix for overlinking when merging build and host #2950 +* utils.glob: remove unnecessary normcas, fix test_expand_globs #2952 +* add missing "build" fields in FIELDS schema thing #2962 + +Contributors: +------------- + +* @isuruf +* @mariusvniekerk +* @mbargull +* @mingwandroid + + 2018-06-01 3.10.7: ------------------