Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Document recent documentation improvements
[simgrid.git] / ChangeLog
index 73bddf2..405ce35 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@ SimGrid (3.19) NOT RELEASED YET (target: March 20 2018, 16:15:27 UTC)
  - Fix MSG_task_get_remaining_work_ratio() to return 1.0 for tasks that have
    not started.
 
+ Documentation
+ - Use a graphical TOC to make it easier to find the documentation you need
+ - Revamp the MSG tutorial
+
  S4U
  - Execution->setHost() can be called after start() to migrate it.
  - Comm::test_any() is now implemented.
@@ -26,6 +30,9 @@ SimGrid (3.19) NOT RELEASED YET (target: March 20 2018, 16:15:27 UTC)
  Fixed bugs:
  - #245: migrating an actor does not migrate its execution
 
+ PLATFORM:
+ - Rename FULLDUPLEX into SPLITDUPLEX (old name still accepted)
+
  TRACING
  - Remove unused run-time parameter "tracing/onelink-only".