From 0f224e60da2123ce45c37d4980f2e17f485a782b Mon Sep 17 00:00:00 2001 From: UnFaventia <135673143+UnFaventia@users.noreply.github.com> Date: Tue, 6 Jun 2023 11:21:44 +1000 Subject: [PATCH] Update changelog.txt --- docs/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.txt b/docs/changelog.txt index c36597047..ebefbdd4e 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -82,6 +82,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - `gui/autodump`: fort-mode keybinding: Ctrl-H (when ``armok`` tools are enabled in `gui/control-panel`) - Window behavior: if you have multiple DFHack tool windows open, scrolling the mouse wheel while over an unfocused window will focus it and raise it to the top - `stockpiles`: allow filtering creatures by tameability +- Autonick: additional nicknames based on borrowwing animals, colours, gems and minerals added ## Internals - ``dfhack.internal``: added memory analysis functions: ``msizeAddress``, ``getHeapState``, ``heapTakeSnapshot``, ``isAddressInHeap``, ``isAddressActiveInHeap``, ``isAddressUsedAfterFreeInHeap``, ``getAddressSizeInHeap``, and ``getRootAddressOfHeapObject``