From 6047ddedd31809216200eb22d1175ef87896e966 Mon Sep 17 00:00:00 2001 From: lethosor Date: Fri, 18 May 2018 14:35:28 -0400 Subject: [PATCH] removed structure updates from wrong changelog (not part of 0.44.10-beta1) --- docs/changelog.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index 8843f4ed3..f8335c6ca 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -85,12 +85,12 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: ## Structures - ``dfhack_room_quality_level``: new enum - ``glowing_barrier``: identified ``triggered``, added comments -- ``item_flags2.has_written_content``: removed name +- ``item_flags2``: renamed ``has_written_content`` to ``unk_book`` - ``kitchen_exc_type``: new enum (for ``ui.kitchen``) - ``mandate.mode``: now an enum - ``unit_personality.emotions.flags.memory``: identified - ``viewscreen_kitchenprefst.forbidden``, ``possible``: now a bitfield, ``kitchen_pref_flag`` -- ``world_data.feature_map``: extensive comments +- ``world_data.feature_map``: added extensive documentation (in XML) # 0.44.10-beta1 @@ -125,10 +125,6 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - Added function names to DFHack's NullPointer and InvalidArgument exceptions - Linux: required plugins to have symbols resolved at link time, for consistency with other platforms -## Structures -- ``item_flags2``: renamed ``has_written_content`` to ``unk_book`` -- ``world_data.feature_map``: added documentation (in XML) - # 0.44.10-alpha1 ## New Scripts