From 4d47bf54ce7e090f03a8c84d203727cc7a90f654 Mon Sep 17 00:00:00 2001 From: myk002 Date: Thu, 7 Oct 2021 22:30:23 -0700 Subject: [PATCH] update changelog --- docs/changelog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.txt b/docs/changelog.txt index f828dbf81..4cdfe18a2 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -56,6 +56,9 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - `quickfort-library-guide`: added light aquifer tap and pump stack blueprints (with step-by-step usage guides) to the quickfort blueprint library - `quickfort`: Dreamfort blueprint set improvements: added iron and flux stock level indicators on the industry level +## API +- ``Buildings::findCivzonesAt()``: lookups now complete in constant time instead of linearly scanning through all civzones in the game + ## Lua - ``argparse.processArgsGetopt()``: you can now have long form parameters that are not an alias for a short form parameter. For example, you can now have a parameter like ``--longparam`` without needing to have an equivalent one-letter ``-l`` param. - ``dwarfmode.enterSidebarMode()``: ``df.ui_sidebar_mode.DesignateMine`` is now a suported target sidebar mode