Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c93186 commit fc952bcCopy full SHA for fc952bc
1 file changed
docs/NEWS-dev.rst
@@ -37,6 +37,23 @@ Development Changelog
37
.. contents::
38
:depth: 2
39
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
57
DFHack 0.43.05-beta2
58
====================
59
0 commit comments