From 5e0a947d518be1494f9b9f7135e668454812a261 Mon Sep 17 00:00:00 2001 From: lethosor Date: Mon, 6 Jun 2022 01:49:00 -0400 Subject: [PATCH] Fix changelog entry and release for #2028 --- docs/changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index 19518fa75..0e3c90855 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -111,6 +111,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: ## API - add functions reverse-engineered from ambushing unit code: ``Units::isHidden()``, ``Units::isFortControlled()``, ``Units::getOuterContainerRef()``, ``Items::getOuterContainerRef()`` +- ``Job::removeJob()``: use the job cancel vmethod graciously provided by The Toady One in place of a synthetic method derived from reverse engineering ## Lua - `custom-raw-tokens`: library for accessing tokens added to raws by mods @@ -161,7 +162,6 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: ## API - ``Buildings::findCivzonesAt()``: lookups now complete in constant time instead of linearly scanning through all civzones in the game -- ``Job::remove_postings()``: use the job cancel vmethod graciously provided by The Toady One in place of a synthetic method derived from reverse engineering ## 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.