X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5725e648e694cc24d6b66346a24a570970b71d94..9f578fba876983544859e747044eb2d8a3290b40:/ChangeLog diff --git a/ChangeLog b/ChangeLog index cbc20d9791..5e8851bccb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,7 +16,7 @@ SMPI: Python: - Make the host_load plugin available from Python. See examples/python/plugin-host-load - Mailbox::get_async() does not return a pair anymore. Use comm.get_payload() instead. - - Comm::waitall() is gone. Please use ActivitySet() instead. + - Comm::waitall/testany() are gone. Please use ActivitySet() instead. - Comm::waitallfor() is gone too. Its semantic was unclear on timeout anyway. - Io::waitany() and waitanyfor() are gone. Please use ActivitySet() instead.