From 88b98096d200915b8163d89bea47370f65d02986 Mon Sep 17 00:00:00 2001 From: Brad Chamberlain Date: Fri, 21 Jun 2024 14:10:01 -0700 Subject: [PATCH] Make fixes noted by DavidL --- Signed-off-by: Brad Chamberlain --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 66574e5f08bf..babf1d95a711 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -105,7 +105,7 @@ Standard Layouts and Distributions * enabled `.targetLocales()` queries on sparse `blockDist` domains/arrays * added new utility routines for sparse `blockDist`-distributed domains/arrays: - `setLocalSubdomain()` to assign the current locale's subdomain of nonzeroes - - `[get|set]LocalSubarry()` to query/set the current locale's nonzero values + - `[get|set]LocalSubarray()` to query/set the current locale's nonzero values Deprecated / Unstable / Removed Library Features ------------------------------------------------ @@ -276,7 +276,7 @@ Portability / Platform-specific Improvements * fixed memory leaks in the runtime when using `CHPL_COMM=ofi` with AWS EFA * fixed regex escape sequences generating errors with Python 3.12 * fixed some bugs with `CHPL_COMM=ugni` when using bundled LLVM and/or GPUs -* fixed a portability issue in which the PGI compiler's name was mis-spelled +* fixed a portability issue in which the PGI compiler's name was misspelled Compiler Improvements ---------------------