diff options
author | rubidium <rubidium@openttd.org> | 2012-08-16 18:47:10 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2012-08-16 18:47:10 +0000 |
commit | b5a802236409f6b82b9c4dac49ea8b1931a18847 (patch) | |
tree | 224cf3970646486a9820d7814cd92cf0d1f2faa7 /src | |
parent | 08ac76fa268817e22bce2c3ffdfc17be1e15964a (diff) | |
download | openttd-b5a802236409f6b82b9c4dac49ea8b1931a18847.tar.xz |
(svn r24477) -Merge: documentation updates from 1.2.
Diffstat (limited to 'src')
-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. */ |