|
|
@ -56,7 +56,9 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
|
|
|
|
- ``utils.processArgsGetopt()``: now properly handles ``--`` like GNU ``getopt`` as a marker to treat all further parameters as non-options
|
|
|
|
- ``utils.processArgsGetopt()``: now properly handles ``--`` like GNU ``getopt`` as a marker to treat all further parameters as non-options
|
|
|
|
- ``utils.processArgsGetopt()``: now detects when required arguments to long-form options are missing
|
|
|
|
- ``utils.processArgsGetopt()``: now detects when required arguments to long-form options are missing
|
|
|
|
- `xlsxreader`: added Lua class wrappers for the xlsxreader plugin API
|
|
|
|
- `xlsxreader`: added Lua class wrappers for the xlsxreader plugin API
|
|
|
|
- added ``dfhack.units.teleport(unit, pos)``
|
|
|
|
|
|
|
|
|
|
|
|
## API
|
|
|
|
|
|
|
|
- Added ``dfhack.units.teleport(unit, pos)``
|
|
|
|
|
|
|
|
|
|
|
|
## Documentation
|
|
|
|
## Documentation
|
|
|
|
- Added more client library implementations to the `remote interface docs <remote-client-libs>`
|
|
|
|
- Added more client library implementations to the `remote interface docs <remote-client-libs>`
|
|
|
|