From de877e783f00f6d26fb787d03f13a9855e1216c3 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 1 Aug 2009 16:59:53 +0000 Subject: [PATCH] (svn r17028) -Fix (r17019): a function and class were not mentioned in the changelog --- src/ai/api/ai_changelog.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ai/api/ai_changelog.hpp b/src/ai/api/ai_changelog.hpp index 0855160cf9..d312dbbdb3 100644 --- a/src/ai/api/ai_changelog.hpp +++ b/src/ai/api/ai_changelog.hpp @@ -19,9 +19,11 @@ * \li AIAbstractList::SORT_ASCENDING * \li AIAbstractList::SORT_DESCENDING * \li AIBaseStation + * \li AIBuoyList * \li AICompany::GetPresidentGender * \li AICompany::SetPresidentGender * \li AIEngine::GetDesignDate + * \li AIRail::RemoveRailWaypointTileRect * * Other changes: * \li The GetName / SetName / GetLocation functions were moved from AIStation