From 73af83803a559d4de15446908154d9a66e3cf1b3 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 13 Oct 2020 19:04:29 -0400 Subject: [PATCH] add v2.2.0 release notes --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb4a69f..3970756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v2.2.0 + +### New Features + +- #120 - improve support for MSYS2 +- #119 - add failure messages for failed configuration checks +- #118 - compiler checks should support cross-compilers and freestanding compilers + ## v2.1.0 ### New Features