@ -48,7 +48,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
- ``utils.processArgsGetopt()``: now returns negative numbers (e.g. ``-10``) in the list of positional parameters instead of treating it as an option string equivalent to ``-1 -0``
- ``utils.processArgsGetopt()``: now returns negative numbers (e.g. ``-10``) in the list of positional parameters instead of treating it as an option string equivalent to ``-1 -0``
- ``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
## 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>`