From 2df501ee97e81e8dc3e9fd4b392b16dfc3b10d07 Mon Sep 17 00:00:00 2001 From: Brad Chamberlain Date: Mon, 15 Jun 2020 13:00:42 -0700 Subject: [PATCH] Merge pull request #15804 from bradcray/CHANGES-1.22.1 Proposed CHANGES file for 1.22.1 [reviewed by @ronawho and @jhoole] This is an update to the CHANGES file in anticipation of a release of Chapel addressing gcc 10.x issues. --- CHANGES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4d2c6e225aa6..ee6b78c8ff15 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,18 @@ Release Changes List ==================== + +version 1.22.1 +============== + +Update to twenty-fifth public release of Chapel, June 2020 +(see also changes below for 1.22.0) + +Portability +----------- +* fixed portability issues in our code w.r.t. gcc 10.x + + version 1.22.0 ============== @@ -80,6 +92,7 @@ Bug Fixes * fixed a bug in `mason add --external` where some versions were not allowed * updated some stale code in the 'HDF5' module + version 1.21.0 ==============