X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/94e8e80d9cb7c0e424fb4f9ae4914a07cd64d3e5..2228030a2714a3e9bcaf95a6f0f913cb57bc8dc6:/ChangeLog diff --git a/ChangeLog b/ChangeLog index a39a23616e..893664d9bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -27,6 +27,7 @@ C API: Plugins: - Revamp the battery plugin: rewrite completely the API, for a better usability. The examples were updated accordingly. + - Revamp of the Photovoltaic plugin: now called SolarPanel and complete rewrite of the API - Add chiller plugin: enable the management of chillers consuming electrical energy to compensate heat generated by hosts. @@ -74,8 +75,8 @@ S4U: New S4U plugins: - Battery: Enable the management of batteries on hosts. See the examples under examples/cpp/battery-* and the documentation in the Plugins page. - - SolarPanel: Enable the management of solar panels. - See the examples under examples/cpp/solar-panel-* 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 data structure (use a set instead of a list for ongoing activities),