X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/51e5a45d4be05b7c01d28ce109505cd5e7444e46..a924b954ca57600162ea54a663c830f535a6d38f:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 26cdda0896..893664d9bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -27,6 +27,9 @@ 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. ---------------------------------------------------------------------------- @@ -72,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),