diff --git a/NEWS.rst b/NEWS.rst index ca9234d63..a14bafa9f 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -64,6 +64,7 @@ Misc Improvements - `gui/gm-editor`: added enum names to enum edit dialogs - `gui/gm-unit`: made skill search case-insensitive +- `gui/liquids`: added more keybindings: 0-7 to change liquid level, P/B to cycle backwards - `gui/pathable`: added tile types to sidebar - `gui/rename`: added "clear" and "special characters" options - `modtools/skill-change`: diff --git a/docs/NEWS-dev.rst b/docs/NEWS-dev.rst index 38fbe658d..834282608 100644 --- a/docs/NEWS-dev.rst +++ b/docs/NEWS-dev.rst @@ -44,6 +44,10 @@ Structures ---------- - ``incident``: re-aligned again to match disassembly +Other Changes +------------- +- `gui/liquids`: added more keybindings: 0-7 to change liquid level, P/B to cycle backwards + DFHack 0.44.04-alpha1 =====================