diff --git a/scripts/migration/renamings.json5 b/scripts/migration/renamings.json5 index 311662d41..cbe6c8b47 100644 --- a/scripts/migration/renamings.json5 +++ b/scripts/migration/renamings.json5 @@ -1337,7 +1337,7 @@ }, ], - 'develop': [ + '9.0.0': [ { 'oldName': 'Blockly.utils.global', 'newPath': 'globalThis', @@ -1416,4 +1416,8 @@ }, }, ], + + 'develop': [ + // New renamings go here! + ] }