Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Easy Sonar smells.
[simgrid.git] / ChangeLog
index f24e2bf4a1fd651c03ee1ae7a982b1c75502e793..6503665adf2470efe2bc5ad1fbcd13f51d130c46 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 SimGrid (3.31.1) NOT RELEASED YET (v3.32 expected June 21. 2022, 09:13 UTC)
 
 S4U:
-  - Added the s4u_enforce macro. This has the same syntax as xbt_assert. The only difference is that an AssertionError
+  - Added the xbt_enforce macro. This has the same syntax as xbt_assert. The only difference is that an AssertionError
     exception is thrown if the condition is not satisfied, instead of calling abort().
 
 Python:
@@ -40,6 +40,8 @@ Fixed bugs (FG#.. -> FramaGit bugs; FG!.. -> FG merge requests)
  (FG: issues on Framagit; GH: issues on GitHub)
  - FG#105: "Variable penalty should not be negative!" with in-flight messages and bandwidth profiles
  - FG#109: Application time reported by --cfg=smpi/display-timing:yes is wrong
+ - FG!109: Trigger new engine solve upon host events such as host on/off
+ - FG#110: Wait_any does not trigger new model solve when host events occur
 
 ----------------------------------------------------------------------------