From e1bf878059b6248d926d0ab50f1918930ca3195d Mon Sep 17 00:00:00 2001 From: lethosor Date: Sat, 13 Jan 2018 16:50:53 -0500 Subject: [PATCH] Add some missing changelog entries --- NEWS.rst | 1 + docs/NEWS-dev.rst | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index abecc0900..ca9234d63 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -49,6 +49,7 @@ Fixes ----- - Fixed issues with the console output color affecting the prompt on Windows - `createitem`: stopped items from teleporting away in some forts +- `devel/inject-raws`: now recognizes spaces in reaction names - `gui/gm-unit`: can now edit mining skill - `gui/quickcmd`: stopped error from adding too many commands diff --git a/docs/NEWS-dev.rst b/docs/NEWS-dev.rst index 33ff4237a..4dd04ce43 100644 --- a/docs/NEWS-dev.rst +++ b/docs/NEWS-dev.rst @@ -40,6 +40,11 @@ Development Changelog DFHack 0.44.04-alpha1 ===================== +Fixes +----- +- `devel/inject-raws`: now recognizes spaces in reaction names +- `exportlegends`: fixed an error that could occur when exporting empty lists + Structures ---------- - ``artifact_record``: fixed layout (changed in 0.44.04) @@ -125,6 +130,11 @@ Other Changes ------------- - The console now provides suggestions for built-in commands - `devel/export-dt-ini`: avoid hardcoding flags +- `exportlegends`: + + - reordered some tags to match DF's order + - added progress indicators for exporting long lists + - `gui/gm-editor`: added enum names to enum edit dialogs - `gui/gm-unit`: made skill search case-insensitive - `gui/rename`: added "clear" and "special characters" options