Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[codacy] Add quotes around exclude paths in .codacy.yml.
[simgrid.git] / ChangeLog
index d3e74eb..5b8e53a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 SimGrid (3.22) NOT RELEASED (Release Target: December 21. 2018, 22:23 UTC)
 
 Java:
+ - Process termination which was broken at version 3.21 has been repaired.
  - Expose host load plugin: loadInit, getCurrentLoad, getComputedFlops, getAvgLoad
  - Hide the examples into examples/deprecated. New users should use Python.
 
@@ -28,6 +29,7 @@ XBT:
    -fsplit-stack is the way to go nowadays when using threads.
  - Drop the xbt_os_thread_t module (now unused)
  - Drop xbt_ex_display(), use simgrid::xbt::log_exception() instead.
+ - Drop cunit, use Catch2 instead.
 
 Fixed bugs:
  - #261: Document the parameters of parallel execution's constructor