From 35e3c071dc6c15815d52d55495ffbff87693b76b Mon Sep 17 00:00:00 2001 From: Howard Pritchard Date: Wed, 20 Feb 2019 09:55:07 -0700 Subject: [PATCH] update NEWS with a new fix Signed-off-by: Howard Pritchard --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 13ecf33c1d..04501abb53 100644 --- a/NEWS +++ b/NEWS @@ -61,6 +61,8 @@ included in the vX.Y.Z section and be denoted as: ------------------------ - Update embedded PMIx to 3.1.2. +- Fix an issue with MPI_WIN_CREATE_DYNAMIC and MPI_GET from self. + thanks to Bart Janssens for reporting. - Fix an issue of excessive compiler warning messages from mpi.h when using newer C++ compilers. Thanks to @Shadow-fax for reporting.