update changelog

develop
myk002 2021-08-14 17:00:25 -07:00
parent 3f2795e80a
commit 51cc8df40c
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 3 additions and 0 deletions

@ -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