From 93feaecb1ce0dcbac3793030c6dfbad723a657d7 Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Wed, 28 Jul 2021 13:48:53 +0200 Subject: [PATCH] doc: add changes revelant for custom modules --- doc/upgrading.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/upgrading.rst b/doc/upgrading.rst index 5694a4ce2..c89063e53 100644 --- a/doc/upgrading.rst +++ b/doc/upgrading.rst @@ -43,6 +43,13 @@ Packagers & Developers * meson option ``verbose_log`` was removed. +Module changes +-------------- + +* lua function ``warn()`` was removed, use ``log_warn()`` instead. The new function takes a log group number as the first argument. +* C functions ``kr_log_req()`` and ``kr_log_q()`` were replaced by ``kr_log_req1()`` and ``kr_log_q1()`` respectively. The new function have slightly different API. + + 5.2 to 5.3 ========== -- 2.47.2