From d599fa414f7c83280ec48c1aff6db32f282077de Mon Sep 17 00:00:00 2001 From: lethosor Date: Wed, 18 Jun 2014 15:47:17 -0400 Subject: [PATCH] Update NEWS --- NEWS | 1 + 1 file changed, 1 insertion(+) 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