aboutsummaryrefslogtreecommitdiffstats
path: root/global-config.changes
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-03-23 12:21:38 +0100
committerGravatar Christian Hesse <mail@eworm.de>2020-03-23 14:01:20 +0100
commit5f46ef7635f27f6180898815cebd954617790b37 (patch)
tree86cdb560f00a1e6eb6a78ac4c3395600fd97e618 /global-config.changes
parent1282a91f0401deaaa516826afc6b92622389aeee (diff)
completely replace script-updates with $ScriptInstallUpdatechange-14
Diffstat (limited to 'global-config.changes')
-rw-r--r--global-config.changes3
1 files changed, 2 insertions, 1 deletions
diff --git a/global-config.changes b/global-config.changes
index 6df7cfd..38c23a4 100644
--- a/global-config.changes
+++ b/global-config.changes
@@ -1,7 +1,7 @@
# RouterOS global-config changes
# Copyright (c) 2019-2020 Christian Hesse <mail@eworm.de>
-# Changes for global-config to be added to notification on script-updates
+# Changes for global-config to be added to notification on script updates
:global GlobalConfigChanges {
1="moved variables from 'global-config' to 'global-functions' for independence";
2="variable names became CamelCase to work around scripting issues";
@@ -16,4 +16,5 @@
11="introduced function '\$ScriptInstallUpdate' to install new and update existing scripts";
12="removed '\$ScriptUpdatesConfigChangesIgnore', comment '\$GlobalConfigVersion' in 'global-config-overlay' to disable change notifications";
13="configuration for script 'bridge-port-to-default' changed with new syntax in comment";
+ 14="dropped script 'script-updates', use '\$ScriptInstallUpdate' exclusively!";
};