From 37f9ace7476f0eb2fa72c5b4baa931870c2b921f Mon Sep 17 00:00:00 2001 From: Elliott Slaughter Date: Fri, 1 Jul 2022 09:58:55 -0700 Subject: [PATCH] Update CHANGES.md for release. --- CHANGES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 92521b75..8f38012d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +# Release 1.0.3 (2022-07-01) + +This release contains no feature changes, but includes bug fixes for +the Terra calling convention on PPC64le for passing arrays by value. + +## Improvements + + * Fixes for the Terra calling convention on PPC64le for passing + arrays by value. + # Release 1.0.2 (2022-06-25) This release includes improvements to make Terra better match Unix-like system