Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add photovoltaic plugin
[simgrid.git] / ChangeLog
index d68448e..8a065d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,6 +30,11 @@ New plugin: Battery
  - Enable the management of batteries on hosts.
  - Documentation: https://simgrid.frama.io/simgrid/Plugins.html#battery
  - Examples: examples/cpp/battery-*
+
+New plugin: Photovoltaic
+ - Enable the management of photovoltaic panels on hosts.
+ - Documentation: https://simgrid.frama.io/simgrid/Plugins.html#photovoltaic
+ - Examples: examples/cpp/photovoltaic-*
   
 Kernel:
  - optimize an internal datastructure (use a set instead of a list for ongoing activities),