From: Martin Quinson Date: Tue, 14 Aug 2018 23:07:13 +0000 (+0200) Subject: typo X-Git-Tag: v3_21~252 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/275f31c61cccf18493d189c38b94d14333721e64 typo --- diff --git a/ChangeLog b/ChangeLog index 7686dc26db..71acc66aa4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,8 +10,7 @@ S4U new features: 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. + the actor to be restartable if its parameters are consumed on run. Tracing: - Rename 'power' and 'power_used' variables into 'speed' and 'speed_used'