Update NEWS-dev.rst

develop
lethosor 2017-12-07 14:36:44 -05:00
parent 5c9318654d
commit fc952bc67f
1 changed files with 17 additions and 0 deletions

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