X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/450b524c743d19378a2efa1d3c19672e19fa4b2c..06e50380de1b8cf82ce7241ce1fb96750097ba01:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 64b9124bfb..3888bc6a78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,9 @@ User-visible changes: - 'verbose-exit' is now 'debug/verbose-exit' - 'simix/breakpoint' is now 'debug/breakpoint' - 'clean-atexit' is now 'debug/clean-atexit' + - 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. S4U: - Define new template functions Mailbox::get_unique(), returning a std::unique_ptr. @@ -15,9 +18,14 @@ S4U: or Mailbox::get_async() if you really want to play with void*. - Unify the interface of Activity::on_{start/activity} - New function: Comm::get_dst_data() + - New function: Comm::set_payload_size() to set the amount of bytes to simulate. - New functions: Comm::sendto_{init,async} to initiate a communication on between two (possibly remote) hosts. +Documentation: + - New section: Configuring the logs from the command line. + - New section: Programming API of logs. + ---------------------------------------------------------------------------- SimGrid (3.26) December 15. 2020