From c8200abffbc6d3c5d31c2d789db1cc6aa16d3619 Mon Sep 17 00:00:00 2001 From: lethosor Date: Tue, 10 Mar 2015 16:35:24 -0400 Subject: [PATCH] Update NEWS (separate some Lua-related changes) --- NEWS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e24dc6887..0fac0e72c 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,11 @@ DFHack Future Internals - Lua scripts will only be reloaded if necessary Ruby library now included on OS X - ruby scripts should work on OS X 10.10 Added support for onLoadMap/onUnloadMap.init scripts - Added df2console() wrapper, useful for printing DF (CP437-encoded) text to the console in a portable way + Lua + Lua scripts will only be reloaded if necessary + Added a df2console() wrapper, useful for printing DF (CP437-encoded) text to the console in a portable way + Added a strerror() wrapper New internal commands: hide/show: hide and show the console on Windows sc-script: Allows additional scripts to be run when certain events occur (similar to onLoad*.init scripts)