global-functions: introduce $LogPrint, deprecate $LogPrintExit2

This commit is contained in:
Christian Hesse 2024-03-08 10:38:09 +01:00
parent 19802c0b69
commit 1feeed145d
2 changed files with 18 additions and 4 deletions

View file

@ -47,6 +47,7 @@
120="Implemented a workaround in 'backup-cloud'. Now script should no longer just crash, but send notification with error.";
121="The 'wifiwave2' scripts are finally gone. Development continues with 'wifi' in RouterOS 7.13 and later.";
122="The global configuration was enhanced to support loading snippets. Configuration can be split off to scripts where name starts with 'global-config-overlay.d/'.";
123="Introduced new function '\$LogPrint', and deprecated '\$LogPrintExit2'. Please update custom scripts if you use it.";
};
# Migration steps to be applied on script updates