X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3b0fced0a85b3f40e7138340dfb1ddcc630d2d07..f73ccc48b2925d408dac8e9e8e3710fffc430fcd:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 607038f753..3fbc1e397b 100644 --- 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.