From 681f6455d824d00e469f81f88870379e4814d136 Mon Sep 17 00:00:00 2001 From: myk002 Date: Fri, 2 Dec 2022 14:19:53 -0800 Subject: [PATCH] add missing changelog for timers API --- docs/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.txt b/docs/changelog.txt index 6277c3f0a..57e88ec1c 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -125,6 +125,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - Units module: modified predicates: - ``isUndead()`` now optionally ignores vampires instead of always ignoring vampires - ``isCitizen()`` now optionally ignores insane citizens instead of always ignoring insane citizens +- Units module: new action timer API for speeding up of slowing down units - Constructions module: added ``insert()`` to insert constructions into the game's sorted list. - MiscUtils: added the following string transformation functions (refactored from ``uicommon.h``): ``int_to_string``, ``ltrim``, ``rtrim``, and ``trim``; added ``string_to_int``