From 3ca80c271dd22cec1d2bcbd2f6b4bbf84a33907d Mon Sep 17 00:00:00 2001 From: myk002 Date: Wed, 23 Jun 2021 14:01:23 -0700 Subject: [PATCH] update changelog --- docs/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.txt b/docs/changelog.txt index ac57e53aa..2d61b593f 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -51,6 +51,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - `embark-assistant`: slightly improved performance of surveying and improved code a little ## Lua +- new string utility function: ``string:wrap(width)`` wraps a string at space-separated word boundaries - ``gui.Painter``: fixed error when calling ``viewport()`` method - `reveal`: now exposes ``unhideFlood(pos)`` functionality to Lua - ``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``