update changelog

develop
myk002 2022-02-19 17:25:32 -08:00 committed by Myk
parent 56e8de592c
commit 91b55a648b
1 changed files with 1 additions and 0 deletions

@ -52,6 +52,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
- `dig-now`: no longer leaves behind a designated tile when a tile was designated beneath a tile designated for channeling
- `quickfort`, `dfhack-examples-guide`: Dreamfort blueprint set improvements based on playtesting and feedback. includes updated profession definitions.
- `quickfort-library-guide`: added pump stack blueprints (with step-by-step usage guide) to the quickfort blueprint library
- `quickfort`: Dreamfort blueprint set improvements: added iron and flux stock level indicators on the industry level
## 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.