aboutsummaryrefslogtreecommitdiffstats
path: root/global-config.changes
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2019-04-01 11:12:34 +0200
committerGravatar Christian Hesse <mail@eworm.de>2019-04-01 12:39:37 +0200
commit40201ac1ea8e27492587d0cebdd0d6b8c24b733a (patch)
tree34bee7136c075ceae77b5053c0aacc6105693057 /global-config.changes
parent6388a97f31a396de3fe147dfab2149b0cbff1af4 (diff)
script-updates: add changelog for global configurationchange-2change-1
Diffstat (limited to 'global-config.changes')
-rw-r--r--global-config.changes8
1 files changed, 8 insertions, 0 deletions
diff --git a/global-config.changes b/global-config.changes
new file mode 100644
index 0000000..7c430dc
--- /dev/null
+++ b/global-config.changes
@@ -0,0 +1,8 @@
+# RouterOS global-config changes
+# Copyright (c) 2019 Christian Hesse <mail@eworm.de>
+
+# 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";
+};