You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.txt
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -86,12 +86,15 @@ Template for new versions:
86
86
## API
87
87
- ``Units::isForgottenBeast``: property check for forgotten beasts
88
88
- ``Units::isGreatDanger``: now includes forgotten beasts
89
+
- ``Units::isResident``: property check for residents (as opposed to citizens)
90
+
- ``Units::getCitizens``: now includes residents by default
89
91
90
92
## Lua
91
93
- ``widgets.Label``: ``*pen`` attributes can now either be a pen or a function that dynamically returns a pen
92
94
- `helpdb`: ``search_entries`` now returns a match if *all* filters in the ``include`` list are matched. previous behavior was to match if *any* ``include`` filter matched.
93
95
- ``matinfo.decode``: now directly handles plant objects
94
96
- ``dfhack.units.isForgottenBeast``: make new units method available to Lua
97
+
- ``dfhack.units.getCitizens``: now includes residents by default
0 commit comments