script-updates: add changelog for global configuration

This commit is contained in:
Christian Hesse 2019-04-01 11:12:34 +02:00
parent 6388a97f31
commit 40201ac1ea
2 changed files with 30 additions and 1 deletions

8
global-config.changes Normal file
View file

@ -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";
};