Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename runtime option 'tracing/msg/process' to 'tracing/actor'.
[simgrid.git] / ChangeLog
index 304fb93..b48ceaf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,7 +33,9 @@ General:
  - LTO behavior on GCC can be parameterized using LTO_EXTRA_FLAG in cmake.
    Setting it to "auto" will use all available cores, while setting it to n will
    use n cores to speedup link step (usage: cmake -DLTO_EXTRA_FLAG=4).
- - Remove obsolete option --cfg=contexts/parallel-threshold.
+ - Remove obsolete runtime option 'contexts/parallel-threshold'.
+ - Runtime option 'tracing/msg/process' renamed to 'tracing/actor'. The old name
+   has been kept for compatibility.
  - Further improve the documentation.
 
 S4U: