From 4300c185d733d8085e161923976810147d2df93f Mon Sep 17 00:00:00 2001 From: Myk Date: Tue, 12 Jan 2021 22:46:18 -0800 Subject: [PATCH] Update docs/changelog.txt Co-authored-by: Alan --- docs/changelog.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index 0dc119742..65413f9f1 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -36,7 +36,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: ## Fixes - `embark-assistant`: fixed order of factors when calculating min temperature -## API +## Lua - ``processArgs2()`` added to utils.lua, providing a callback interface for parameter parsing and getopt-like flexibility for parameter ordering and combination (see docs in ``library/lua/utils.lua`` and ``library/lua/3rdparty/alt_getopt.lua`` for details). # 0.47.04-r4 @@ -1171,4 +1171,3 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - The ``ui_menu_width`` global is now a 2-byte array; the second item is the former ``ui_area_map_width`` global, which is now removed - The former ``announcements`` global is now a field in ``d_init`` - ``world`` fields formerly beginning with ``job_`` are now fields of ``world.jobs``, e.g. ``world.job_list`` is now ``world.jobs.list`` -