From f7a6a568f78207e532f3256e129efb8ae2449f41 Mon Sep 17 00:00:00 2001 From: Michael Sarahan Date: Fri, 22 Jul 2016 23:12:25 -0500 Subject: [PATCH] update changelog for 1.21.7 --- CHANGELOG.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index af91b51d0f..f1b5ebf5d0 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,24 @@ +2016-07-22 1.21.7: +------------------ + +Bug fixes: +---------- + +* Add test of requirements.txt parsing for runtime requirements #1127 +* Set PY_VCRUNTIME_REDIST for VS 2015+, so that DLL linkage is used #1129 +* Use os.path.normpath in find_lib #1132 +* Fix path prepending in test (use only PATH, and use consolidated code) #1135 +* Add dist split for channel names #1136 +* Provide fallback path to render recipe when build environment is necessary for rendering #1140 +* Sort package versions coming from PyPI for skeleton #1141 + +Contributors: +------------- + +* @mingwandroid +* @msarahan + + 2016-07-14 1.21.6: ------------------