Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] update ChangeLog to report relevant changes in the tracing system
[simgrid.git] / ChangeLog
index 095ef38..3fbc1e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -87,6 +87,9 @@ SimGrid (3.7) NOT RELEASED; urgency=low
   * Trace header updated according to the latest Paje file format
   * Tracing network lazy updates, no longer obligate users to use full updates
   * --cfg=tracing/platform:1 also registers power/bandwidth variables
+  * Experimental: let user code declare/set/push/pop application states for hosts
+  * API changed to allow the manual creation of graph configuration files
+    for Triva. See TRACE_get_node_types() and TRACE_get_edge_types().
 
   Lua:
   * Improve the API of Lua MSG bindings, using the Lua spirit.
@@ -110,6 +113,11 @@ SimGrid (3.7) NOT RELEASED; urgency=low
       deprecated in the next release.
     - Dicts of scalar elements (xbt_dicti_*) are deprecated.
     - Multi-level dictionaries are deprecated.
+  * Dynars:
+    - new function xbt_dynar_search_or_negative() that is useful when
+      you have less than 2 million elements in your dynar and don't
+      want of the extra complexity of catching exceptions when the
+      element is not found.
   * mmalloc module:
     - Cleanups and simplifications to make it maintainable again.
     - Exotic features (such as memalign and valloc) were removed.