diff options
author | frosch <frosch@openttd.org> | 2015-12-01 19:49:49 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2015-12-01 19:49:49 +0000 |
commit | ae1d96cc2f8e129ea5511489af2243d1f7b47894 (patch) | |
tree | d21e18f31ca9c5b65f3b48821d6b13e173224f22 /src/script/api | |
parent | 5d00348db1e865f424513e046d1cf1b8abea63fe (diff) | |
download | openttd-ae1d96cc2f8e129ea5511489af2243d1f7b47894.tar.xz |
(svn r27463) -Merge: Documentation updates from 1.5 branch
Diffstat (limited to 'src/script/api')
-rw-r--r-- | src/script/api/ai_changelog.hpp | 12 | ||||
-rw-r--r-- | src/script/api/game_changelog.hpp | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/src/script/api/ai_changelog.hpp b/src/script/api/ai_changelog.hpp index 0cf57fe0f..83de91171 100644 --- a/src/script/api/ai_changelog.hpp +++ b/src/script/api/ai_changelog.hpp @@ -19,6 +19,18 @@ * * 1.6.0 is not yet released. The following changes are not set in stone yet. * + * \b 1.5.3 + * + * No changes + * + * \b 1.5.2 + * + * No changes + * + * \b 1.5.1 + * + * No changes + * * \b 1.5.0 * * API additions: diff --git a/src/script/api/game_changelog.hpp b/src/script/api/game_changelog.hpp index 8c01be8d1..8cb58e3d7 100644 --- a/src/script/api/game_changelog.hpp +++ b/src/script/api/game_changelog.hpp @@ -19,6 +19,18 @@ * * 1.6.0 is not yet released. The following changes are not set in stone yet. * + * \b 1.5.3 + * + * No changes + * + * \b 1.5.2 + * + * No changes + * + * \b 1.5.1 + * + * No changes + * * \b 1.5.0 * * API additions: |