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