diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/script/api/ai_changelog.hpp | 8 | ||||
-rw-r--r-- | src/script/api/game_changelog.hpp | 6 |
2 files changed, 14 insertions, 0 deletions
diff --git a/src/script/api/ai_changelog.hpp b/src/script/api/ai_changelog.hpp index 92893c269..869bf0efe 100644 --- a/src/script/api/ai_changelog.hpp +++ b/src/script/api/ai_changelog.hpp @@ -22,6 +22,14 @@ * API additions: * \li AIStation::GetCargoWaitingFromVia * + * \b 1.4.2 + * + * No changes + * + * \b 1.4.1 + * + * No changes + * * \b 1.4.0 * * API additions: diff --git a/src/script/api/game_changelog.hpp b/src/script/api/game_changelog.hpp index 6f1a93b52..eeae33296 100644 --- a/src/script/api/game_changelog.hpp +++ b/src/script/api/game_changelog.hpp @@ -22,10 +22,16 @@ * API additions: * \li GSStation::GetCargoWaitingFromVia * + * \b 1.4.2 + * * Other changes: * \li GSCargoMonitor delivery and pickup monitor functions have improved boundary checking for * their parameters, and return \c -1 if they are found out of bounds. * + * \b 1.4.1 + * + * No changes + * * \b 1.4.0 * * API additions: |