Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Check C++ standard in xbt/base.h.
[simgrid.git] / ChangeLog
index 3ccecb93ce7aa9f604c110a29c9be9b24e265342..a2e17e284081dd97bf3b60ba92b62c5b128319cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,6 +40,7 @@ C binding:
 
 General:
  - Require a compiler with C++14 support.
+   Take care to upgrade FindSimgrid.cmake if it's used.
  - LTO is now enabled for Intel/clang compilers.
  - 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
@@ -52,6 +53,9 @@ C interface:
 Simix:
  - Remove obsolete option --cfg=contexts/parallel-threshold.
 
+XML:
+ - New routing 'WiFi' that makes it easier to specify a wifi network zone.
+
 Fixed bugs (FG#.. -> FramaGit bugs; FG!.. -> FG merge requests)
  (FG: issues on Framagit; GF: issues on GForge; GH: issues on GitHub)
  - FG#41: Add sg_actor_create C interface