diff --git a/changelog.txt b/changelog.txt index 9b3a6ee..564aa9a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,13 @@ --------------------------------------------------------------------------------------------------- +Version: 2.0.7 +Date: 2024-11-10 + Optimizations: + - Add cleanup of empty global tables + - Move global table creation from on_surface_created to on_built_entity to save on event + listeners + - Review force rename/removal handling + - Code cleanup and comments +--------------------------------------------------------------------------------------------------- Version: 2.0.6 Date: 2024-11-10 Features: diff --git a/info.json b/info.json index 34d6dde..33c9977 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "Gun_Turret_Alerts", - "version": "2.0.6", + "version": "2.0.7", "title": "Ammo Alerts", "author": "Wyrrrd", "factorio_version": "2.0",