Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc952bc

Browse files
committed
Update NEWS-dev.rst
1 parent 5c93186 commit fc952bc

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

docs/NEWS-dev.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,23 @@ Development Changelog
3737
.. contents::
3838
:depth: 2
3939

40+
DFHack 0.44.02-alpha1
41+
=====================
42+
43+
Fixes
44+
-----
45+
- Fixed a crash that could occur if a symbol table in symbols.xml had no content
46+
- The Lua API can now wrap functions with 12 or 13 parameters
47+
48+
Structures
49+
----------
50+
- The ``ui_menu_width`` global is now a 2-byte array; the second item is the
51+
former ``ui_area_map_width`` global, which is now removed
52+
- The former ``announcements`` global is now a field in ``d_init``
53+
- ``world`` fields formerly beginning with ``job_`` are now fields of
54+
``world.jobs``, e.g. ``world.job_list`` is now ``world.jobs.list``
55+
56+
4057
DFHack 0.43.05-beta2
4158
====================
4259

0 commit comments

Comments
 (0)