diff MIGRATING.md @ 779:317c66a131be

Irccd: merge [identity] with [server], closes #905 @2h While here, also add some tests for server_util, #779
author David Demelier <markand@malikania.fr>
date Thu, 01 Nov 2018 10:34:21 +0100
parents bd12709b1975
children 560b62f6b0a7
line wrap: on
line diff
--- a/MIGRATING.md	Wed Oct 31 20:14:00 2018 +0100
+++ b/MIGRATING.md	Thu Nov 01 10:34:21 2018 +0100
@@ -83,3 +83,5 @@
 - The option `reconnect-tries` has been removed from `[server]` section, use
   `auto-reconnect` boolean option instead.
 - The option `reconnect-timeout` has been renamed to `auto-reconnect-delay`.
+- The section `[identity]` has been removed, instead move those values inside
+  each server in their `[server]` section.