From 51cc8df40c8d90f1c54f01da430af13cbd0118d0 Mon Sep 17 00:00:00 2001 From: myk002 Date: Sat, 14 Aug 2021 17:00:25 -0700 Subject: [PATCH] update changelog --- docs/changelog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.txt b/docs/changelog.txt index c65c0d251..a81d7c92d 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -50,6 +50,9 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: ## API - The ``Items`` module ``moveTo*`` and ``remove`` functions now handle projectiles +## Lua +- new global function: ``safe_pairs(iterable[, iterator_fn])`` will iterate over the ``iterable`` (a table or iterable userdata) with the ``iterator_fn`` (``pairs`` if not otherwise specified) if iteration is possible. If iteration is not possible or would throw an error, for example if ``nil`` is passed as the ``iterable``, the iteration is just silently skipped. + ## Documentation - `quickfort-library-guide`: updated dreamfort documentation and added screenshots