Update changelog.txt

update changelog for changes to Job::remove_postings
develop
Kelly Kinkade 2022-03-12 16:28:29 -06:00 committed by Myk
parent 3d4c96de56
commit d2d01843a2
1 changed files with 1 additions and 0 deletions

@ -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.