update changelog

develop
myk002 2020-12-16 11:15:53 -08:00
parent 3ba984c22c
commit dfbad3ec54
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 0 deletions

@ -63,6 +63,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
## API
- `buildingplan`: added Lua interface API
- add item type param to dfhack.job.isSuitableMaterial() so the non_economic flag can be properly handled (it was being matched for all item types instead of just boulders)
- reuse existing extents when possible in ``Buildings::setSize()``
## Lua
- ``utils.addressof()``: fixed for raw userdata