comparison MIGRATING.md @ 514:16b9ebfd3f08

Irccd: get rid of fs.hpp, closes #594
author David Demelier <markand@malikania.fr>
date Tue, 24 Oct 2017 12:52:20 +0200
parents 349fe29d86d5
children 18e80ec38ac7
comparison
equal deleted inserted replaced
513:928a40398dec 514:16b9ebfd3f08
30 30
31 #### Module ElapsedTimer 31 #### Module ElapsedTimer
32 32
33 - The method ElapsedTimer.reset has been removed, just use `start` instead 33 - The method ElapsedTimer.reset has been removed, just use `start` instead
34 when you want to accumulate time. 34 when you want to accumulate time.
35
36 #### Module Directory
37
38 - The property `Directory.count` has been removed.