From: Augustin Degomme Date: Sun, 28 Mar 2021 00:52:49 +0000 (+0100) Subject: typo X-Git-Tag: v3.27~15 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/adf5c711383122f1358a4cb8db7c0b8b59f832a5 typo --- diff --git a/ChangeLog b/ChangeLog index b555435810..d7d775a766 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,7 +10,7 @@ User-visible changes: - Removed all that was related to the "Storage" type in all APIs and bindings. "Disks" have been introduced more than a year ago to replace them for the better. It's time to finish this replacement. - - SMPI API break from previous version: MPI global handles (predefined datatypes, + - SMPI ABI break from previous version: MPI global handles (predefined datatypes, ops, COMM_WORLD) are now defined differently, and can be used in initializers, avoiding "initializer element is not constant" errors with some codes. Please be careful to recompile your MPI codes if switching to this new SimGrid version.