diff options
Diffstat (limited to 'src/script/api')
-rw-r--r-- | src/script/api/ai_changelog.hpp | 8 | ||||
-rw-r--r-- | src/script/api/game_changelog.hpp | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/src/script/api/ai_changelog.hpp b/src/script/api/ai_changelog.hpp index 13f42928b..7161d9a3d 100644 --- a/src/script/api/ai_changelog.hpp +++ b/src/script/api/ai_changelog.hpp @@ -25,6 +25,14 @@ * \li AIStation::IsAirportClosed * \li AIStation::OpenCloseAirport * + * \b 1.2.2 + * + * No changes + * + * \b 1.2.1 + * + * No changes + * * \b 1.2.0 * * API additions: diff --git a/src/script/api/game_changelog.hpp b/src/script/api/game_changelog.hpp index a3a2780a5..3cde7b63c 100644 --- a/src/script/api/game_changelog.hpp +++ b/src/script/api/game_changelog.hpp @@ -27,6 +27,14 @@ * \li GSStation::IsAirportClosed * \li GSStation::OpenCloseAirport * + * \b 1.2.2 + * + * No changes + * + * \b 1.2.1 + * + * No changes + * * \b 1.2.0 * \li First stable release with the NoGo framework. */ |