X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3bc13df867552bbd935afcd07b7e3d1494c4de4f..5cf887dc8aa736a1cace3f41c49bdd30a5c63333:/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