comparison 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
comparison
equal deleted inserted replaced
1001:b01f5d65d62a 1002:ec5461750efd
43 SERVER-MESSAGE freenode #staff hello world 43 SERVER-MESSAGE freenode #staff hello world
44 SERVER-LIST 44 SERVER-LIST
45 45
46 Javascript API 46 Javascript API
47 -------------- 47 --------------
48
49 ### Module Irccd
50
51 - The property `Irccd.version` and their properties have been renamed to
52 `CamelCase` for consistency with other constants from other modules.
48 53
49 ### Module File 54 ### Module File
50 55
51 - The method `File.readline` is no longer marked as slow. 56 - The method `File.readline` is no longer marked as slow.
52 - Methods `File.lines`, `File.read`, `File.readline` and `File.seek`, now throw 57 - Methods `File.lines`, `File.read`, `File.readline` and `File.seek`, now throw