From a880a2b92d5cb8e7c3f15d7c80315cee736b24c6 Mon Sep 17 00:00:00 2001 From: Tachytaenius Date: Tue, 21 Jun 2022 12:48:28 +0100 Subject: [PATCH] Move changelog entries to proper place --- docs/changelog.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index e944b7799..a07335715 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -42,6 +42,8 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: ## Misc Improvements ## Documentation +- Added modding guide +- Added anchor for DF data structure wrapper in Lua API ## API @@ -72,8 +74,6 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - `quickfort`: `Dreamfort ` blueprint set improvements: new design for the services level, including a werebeast-proof hospital recovery rooms and an appropriately-themed interrogation room next to the jail! Also fits better in a 1x1 embark for minimalist players. ## Documentation -- Added modding guide -- Added anchor for DF data structure wrapper in Lua API ## API - ``word_wrap``: argument ``bool collapse_whitespace`` converted to enum ``word_wrap_whitespace_mode mode``, with valid modes ``WSMODE_KEEP_ALL``, ``WSMODE_COLLAPSE_ALL``, and ``WSMODE_TRIM_LEADING``.