diff MIGRATING.md @ 489:349fe29d86d5

Tests: switch to Boost, closes #680
author David Demelier <markand@malikania.fr>
date Sun, 20 Aug 2017 08:16:39 +0200
parents 0b156b82b8c1
children 16b9ebfd3f08
line wrap: on
line diff
--- a/MIGRATING.md	Tue Sep 26 17:18:47 2017 +0200
+++ b/MIGRATING.md	Sun Aug 20 08:16:39 2017 +0200
@@ -25,3 +25,10 @@
 
 Note: these paths are no more automatically detected and set with the new
       `[paths]` and `[paths.<name>]` sections.
+
+### Javascript API
+
+#### Module ElapsedTimer
+
+  - The method ElapsedTimer.reset has been removed, just use `start` instead
+    when you want to accumulate time.