From 719604e344220576f1a8849cefc9e2682f4b4990 Mon Sep 17 00:00:00 2001 From: Kevin Kihneman Date: Fri, 8 Nov 2019 08:59:19 -0600 Subject: [PATCH 1/3] Update CHANGELOG for 1.2.0 release --- CHANGELOG | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 59c05f5c..98128955 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,18 @@ +2019-11-08 1.2.0 +-------------------- + +Enhancements: + +* Run tests against Centos 7. (#359) +* Run Travis CI on maintenance and tagged branches. (#352) + +Big fixes: + +* Add the license to the manifest. (#354) +* Fix platform detection on Centos 7. (#161) +* Fix error when '$' is in the Python runtime prefix. (#309) + + 2019-09-20 1.1.1 -------------------- @@ -5,6 +20,7 @@ Big fixes: * Fix name of the 2.7.10 dummy runtime for rh6. (#341) + 2019-09-19 1.1.0 -------------------- From e4d3cfb6e5ba6626b07c9d253fe5bc8797bdc137 Mon Sep 17 00:00:00 2001 From: Kevin Kihneman Date: Fri, 8 Nov 2019 10:01:02 -0600 Subject: [PATCH 2/3] Add appveyor pr to changelog --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 98128955..8cf7b852 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,10 @@ Enhancements: * Run tests against Centos 7. (#359) * Run Travis CI on maintenance and tagged branches. (#352) +Maintenance: + +* Only test branch builds on Appveyor for master and maintenance branches. (#364) + Big fixes: * Add the license to the manifest. (#354) From 8f2300e8448a8daa390c1c0b64d4814cfd6422a7 Mon Sep 17 00:00:00 2001 From: Kevin Kihneman Date: Fri, 8 Nov 2019 10:07:59 -0600 Subject: [PATCH 3/3] Move Travis CI changes to changelog maintenance section --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 8cf7b852..9f482edd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,10 +4,10 @@ Enhancements: * Run tests against Centos 7. (#359) -* Run Travis CI on maintenance and tagged branches. (#352) Maintenance: +* Run Travis CI on maintenance and tagged branches. (#352) * Only test branch builds on Appveyor for master and maintenance branches. (#364) Big fixes: