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
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,8 +66,12 @@ Template for new versions:
66
66
67
67
## API
68
68
69
+
- ``DFHack::Units``: new function ``setPathGoal``
70
+
69
71
## Lua
70
72
73
+
- ``dfhack.units``: new function ``setPathGoal``
74
+
71
75
## Removed
72
76
73
77
# 50.14-r1
@@ -113,7 +117,6 @@ Template for new versions:
113
117
- ``Units``: new ``isWildlife`` and ``isAgitated`` property checks
114
118
- ``Items::createItem``: removed ``growth_print`` parameter; now determined automatically
115
119
- ``DFHack::cuboid``: ``cuboid::clampMap`` now returns the cuboid itself (instead of boolean) to allow method chaining; call ``cuboid::isValid`` to determine success
116
-
- ``DFHack::Units``: new function ``setPathGoal``
117
120
118
121
## Lua
119
122
- ``dfhack.units``: ``isWildlife`` and ``isAgitated`` property checks
0 commit comments