X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1005f2a4284dc2bd367dc5a4bf4609bc9ad06f94..6b28627e82e0e6642803ed2375c3ae9a07bff5ff:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 444c12f293..4662d246c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -44,6 +44,9 @@ SimGrid (3.7) NOT RELEASED; urgency=low SIMGRID_DEPRECATED before loading the msg.h if you really need to use these (crappy) functions in your code. These functions will be removed at some point. Stop using them now. + * Deprecate MSG_get_host_{table,number} + Implement MSG_hosts_as_dynar() instead. + * Implement MSG_processes_as_dynar() (Closes gforge #13642) Simix: * Stabilize the parallel execution mode of user contexts