diff 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
line wrap: on
line diff
--- a/MIGRATING.md	Wed May 09 20:11:50 2018 +0200
+++ b/MIGRATING.md	Wed May 09 22:34:47 2018 +0200
@@ -58,7 +58,7 @@
 
   - The property `Directory.count` has been removed.
 
-### Module Plugin
+#### Module Plugin
 
 The following properties in `Irccd.Plugin` has been renamed:
 
@@ -69,3 +69,6 @@
 Note: these paths are no more automatically detected and set with the new
       `[paths]` and `[paths.<name>]` sections.
 
+#### Module System
+
+  - The function `Irccd.System.name` has now well defined return value.