Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Undo changelog modification. add new entry on top instead
authorAdrien <adrien.gougeon@ens-rennes.fr>
Thu, 21 Sep 2023 07:38:24 +0000 (07:38 +0000)
committerAdrien <adrien.gougeon@ens-rennes.fr>
Thu, 21 Sep 2023 07:38:24 +0000 (07:38 +0000)
ChangeLog

index a39a236..893664d 100644 (file)
--- 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),