X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/254ab2ab5a579ad7a4c9b1ad5778232df60573b0..01b1b51804cac347d826333b3458fce5d6fb11fe:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 39946e8de7..7686dc26db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,10 @@ S4U new features: activity. - read_async(sg_size_t) and write_async(sg_size_t) which are wrappers on io_init() + start() + - When creating an actor from a function and its parameters, + move-only parameters are not allowed anymore, as it would prevent + the actor to be restartable it its parameters are consumed during + the first run. Tracing: - Rename 'power' and 'power_used' variables into 'speed' and 'speed_used'