Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into 'master'
[simgrid.git] / ChangeLog
index 1e13d4e..6e8287f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,10 @@
 SimGrid (3.32.1) not released yet (target december 22)
 
 General:
+ - Remove the MSG API: its EOL was scheduled for 2020.
+ - Remove the Java bindings: they were limited to the MSG interface.
  - On Windows, you now need to install WSL2 as the native builds are now disabled.
    It was not really working anyway.
- - Remove the Java bindings: they were completely outdated, limited to the MSG interface.
 
 S4U:
  - Activity::set_remaining() is not public anymore. Use for example
@@ -32,6 +33,10 @@ Models:
 sthread:
  - Implement pthread_join in MC mode.
 
+Documentation:
+ - New section in the user guide on the provided performance models.
+ - New section presenting some technical good practices for (potential) contributors.
+
 Fixed bugs (FG#.. -> FramaGit bugs; FG!.. -> FG merge requests)
  (FG: issues on Framagit; GH: issues on GitHub)
  - FG#18: Java bindings should be redone or removed