comparison 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
comparison
equal deleted inserted replaced
488:7e273b7f4f92 489:349fe29d86d5
23 - configPath renamed to paths.config, 23 - configPath renamed to paths.config,
24 - dataPath renamed to paths.data. 24 - dataPath renamed to paths.data.
25 25
26 Note: these paths are no more automatically detected and set with the new 26 Note: these paths are no more automatically detected and set with the new
27 `[paths]` and `[paths.<name>]` sections. 27 `[paths]` and `[paths.<name>]` sections.
28
29 ### Javascript API
30
31 #### Module ElapsedTimer
32
33 - The method ElapsedTimer.reset has been removed, just use `start` instead
34 when you want to accumulate time.