X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8746d00bf12a24dc3ac953e9646c4f1b92b39a45..90c390bb4c7be79d211514917bc337b0731b7f92:/ChangeLog diff --git a/ChangeLog b/ChangeLog index a90cc353f8..8e1ae4ded1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,10 +34,12 @@ S4U: That is, callbacks registered in Exec::on_suspend_cb will not be fired for Comms nor Ios. 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. + - Task: They are designed to represent dataflows, i.e, graphs of repeatable Activities. + See the examples under examples/cpp/task-* 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. + - Photovoltaic: Enable the management of photovoltaic panels on hosts. + See the examples under examples/cpp/photovoltaic-* and the documentation in the Plugins page. Kernel: - optimize an internal datastructure (use a set instead of a list for ongoing activities),