comparison MIGRATING.md @ 700:91bc29e87399

Irccd: use Boost.Predef, closes #805 @1h
author David Demelier <markand@malikania.fr>
date Wed, 09 May 2018 22:34:47 +0200
parents 20ae26a67897
children 2007a37d7e1a
comparison
equal deleted inserted replaced
699:808171f7bfa2 700:91bc29e87399
56 56
57 #### Module Directory 57 #### Module Directory
58 58
59 - The property `Directory.count` has been removed. 59 - The property `Directory.count` has been removed.
60 60
61 ### Module Plugin 61 #### Module Plugin
62 62
63 The following properties in `Irccd.Plugin` has been renamed: 63 The following properties in `Irccd.Plugin` has been renamed:
64 64
65 - **cachePath** renamed to **paths.cache**, 65 - **cachePath** renamed to **paths.cache**,
66 - **configPath** renamed to **paths.config**, 66 - **configPath** renamed to **paths.config**,
67 - **dataPath renamed** to **paths.data**. 67 - **dataPath renamed** to **paths.data**.
68 68
69 Note: these paths are no more automatically detected and set with the new 69 Note: these paths are no more automatically detected and set with the new
70 `[paths]` and `[paths.<name>]` sections. 70 `[paths]` and `[paths.<name>]` sections.
71 71
72 #### Module System
73
74 - The function `Irccd.System.name` has now well defined return value.