From d2d01843a235206f7a5df9d378ac3c2ed9954836 Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Sat, 12 Mar 2022 16:28:29 -0600 Subject: [PATCH] Update changelog.txt update changelog for changes to Job::remove_postings --- docs/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.txt b/docs/changelog.txt index d46e85c65..9a83dd904 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -83,6 +83,7 @@ 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.