diff --git a/NEWS b/NEWS index 04ea1a1a4..9969d218c 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ DFHack future Internals: - support for calling a lua function via a protobuf request (demonstrated by dfhack-run --lua). + - support for basic filesystem operations (e.g. chdir, mkdir, rmdir, stat) in C++ and Lua - Lua API for listing files in directory. Needed for mod-manager. - Lua API for creating unit combat reports and writing to gamelog. - Lua API for running arbitrary DFHack commands