From: Martin Quinson Date: Fri, 12 May 2023 12:46:17 +0000 (+0200) Subject: cosmetics in the ChangeLog X-Git-Tag: v3.34~116 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/126d3c0393bad5b80373192fea6c7bf05db3d025 cosmetics in the ChangeLog --- diff --git a/ChangeLog b/ChangeLog index d68448eed3..3474305c2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,16 +21,12 @@ S4U: - Allow to set a concurrency limit on disks and hosts, as it was already the case for links. - Rename Link::get_usage() to Link::get_load() for consistency with Host:: -New plugin: Operation - - Operations are designed to represent workflows, i.e, graphs of repeatable Activities. - - Documentation: https://simgrid.frama.io/simgrid/Plugins.html#operation - - Examples: examples/cpp/operation-* - -New plugin: Battery - - Enable the management of batteries on hosts. - - Documentation: https://simgrid.frama.io/simgrid/Plugins.html#battery - - Examples: examples/cpp/battery-* - +New S4U plugins: + - Operation: They are designed to represent workflows, i.e, graphs of repeatable Activities. + See the examples under examples/cpp/operation-* and the documentation in the Plugins page. + - Battery: Enable the management of batteries on hosts. + See the examples under examples/cpp/battery-* and the documentation in the Plugins page. + Kernel: - optimize an internal datastructure (use a set instead of a list for ongoing activities), leading to a potentially big performance gain, in particular with many detached comms.