From fc952bc67f47f3298d45b20cce29f54df565ff9f Mon Sep 17 00:00:00 2001 From: lethosor Date: Thu, 7 Dec 2017 14:36:44 -0500 Subject: [PATCH] Update NEWS-dev.rst --- docs/NEWS-dev.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/NEWS-dev.rst b/docs/NEWS-dev.rst index 2be774672..2f0c3ea97 100644 --- a/docs/NEWS-dev.rst +++ b/docs/NEWS-dev.rst @@ -37,6 +37,23 @@ Development Changelog .. contents:: :depth: 2 +DFHack 0.44.02-alpha1 +===================== + +Fixes +----- +- Fixed a crash that could occur if a symbol table in symbols.xml had no content +- The Lua API can now wrap functions with 12 or 13 parameters + +Structures +---------- +- The ``ui_menu_width`` global is now a 2-byte array; the second item is the + former ``ui_area_map_width`` global, which is now removed +- The former ``announcements`` global is now a field in ``d_init`` +- ``world`` fields formerly beginning with ``job_`` are now fields of + ``world.jobs``, e.g. ``world.job_list`` is now ``world.jobs.list`` + + DFHack 0.43.05-beta2 ====================