diff options
author | rubidium <rubidium@openttd.org> | 2014-10-23 09:47:15 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2014-10-23 09:47:15 +0000 |
commit | e3791822b2c38ffd18770e524a75d2c7e8cf0832 (patch) | |
tree | 234707b7c3ab440dfad5053af8e9cef9bdf34011 /src/script | |
parent | 567f38dbf3ac50d0c19532d2b2b8c2a52f7fe2a1 (diff) | |
download | openttd-e3791822b2c38ffd18770e524a75d2c7e8cf0832.tar.xz |
(svn r27032) -Merge: documentation updates from 1.4 branch
Diffstat (limited to 'src/script')
-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 6c21deeb6..b51d1b268 100644 --- a/src/script/api/ai_changelog.hpp +++ b/src/script/api/ai_changelog.hpp @@ -35,6 +35,14 @@ * \li AIStationList_CargoWaitingFromByVia * \li AIStationList_CargoWaitingViaByFrom * + * \b 1.4.4 + * + * No changes + * + * \b 1.4.3 + * + * No changes + * * \b 1.4.2 * * No changes diff --git a/src/script/api/game_changelog.hpp b/src/script/api/game_changelog.hpp index 99fe57a7e..535284caa 100644 --- a/src/script/api/game_changelog.hpp +++ b/src/script/api/game_changelog.hpp @@ -35,6 +35,14 @@ * \li GSStationList_CargoWaitingFromByVia * \li GSStationList_CargoWaitingViaByFrom * + * \b 1.4.4 + * + * No changes + * + * \b 1.4.3 + * + * No changes + * * \b 1.4.2 * * Other changes: |