diff MIGRATING.md @ 1002:ec5461750efd

man: add Irccd.Rule and Irccd.Hook manual pages
author David Demelier <markand@malikania.fr>
date Sat, 13 Feb 2021 22:15:16 +0100
parents 2e4b29ab8e9c
children 3ea3361f0fc7
line wrap: on
line diff
--- a/MIGRATING.md	Sat Feb 13 10:09:00 2021 +0100
+++ b/MIGRATING.md	Sat Feb 13 22:15:16 2021 +0100
@@ -46,6 +46,11 @@
 Javascript API
 --------------
 
+### Module Irccd
+
+- The property `Irccd.version` and their properties have been renamed to
+  `CamelCase` for consistency with other constants from other modules.
+
 ### Module File
 
 - The method `File.readline` is no longer marked as slow.