Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Unused variables.
[simgrid.git] / ChangeLog
index 0878977..7092bc1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@ SimGrid (3.24.1) NOT RELEASED YET (v3.25 expected December 22. 2029, 04:19 UTC)
 
 S4U:
 - Actor: Merge signals on_migration_start/end into on_host_change
+- Actor: Rename migrate() into set_host()
+
+XML:
+- Parse errors now raise a simgrid::ParseError that you may want to catch.
 
 Kernel:
 - In simgrid::kernel::resource::Model, the methods next_occuring_event*() have
@@ -14,6 +18,7 @@ Kernel:
 
 XBT:
 - Remove unused parameter 'free_ctn' for xbt_dict_set() and xbt_dict_set_ext().
+- New module: random, providing classical random numbers generators.
 
 Fixed bugs (FG#.. -> framagit bugs; FG!.. -> framagit merge requests):
  - GH#31: [MC] please provide an option to make MPI_Send asynchronous