From: Arnaud Giersch Date: Thu, 19 Apr 2018 20:37:53 +0000 (+0200) Subject: Document changes in xbt/config. X-Git-Tag: v3.20~362 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/045e0af0e5b287ea3f0196431821ffbf00fa7139?hp=040d5f71623b5be255cc1084e9504ee4da08763e Document changes in xbt/config. --- diff --git a/ChangeLog b/ChangeLog index 5a570c5a52..e85b36061a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,10 @@ TRACE - Replay: Tags used for messages sent via MPI_Send / MPI_Recv are now supported. They are stored in the trace and used when replayed. + XBT: + - Config: the C API is now deprecated (will be removed in 3.23), and + the C++ API has been slightly improved. + Fixed bugs: - #258: daemonized actors hang after all non-daemonized actors have completed