X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8052f28d5b5a9d88b6724dff2e5e81dee10065d7..cb453ed529dc1fe67adcfe4f08b9111d8d2f436b:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 915012c79a..1ef61d16df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -60,6 +60,9 @@ Python: - Comm::waitall/waitany/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. + - Do not export the values of enums. So you need to write e.g. SharingPolicy.LINEAR + while it should have been possible to write LINEAR alone before. This is the advised + behavior for modern C++ code. C API: - Introduce sg_activity_set_t and deprecate wait_all/wait_any/test_any for