From ab815de38fd3f65ce4ac9b0c31b9db4bcb892e8d Mon Sep 17 00:00:00 2001 From: myk002 Date: Wed, 9 Dec 2020 09:39:41 -0800 Subject: [PATCH] update changelog --- docs/changelog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.txt b/docs/changelog.txt index 854814230..785a77897 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -55,6 +55,9 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - `quickfort`: More blueprints have been added to the blueprints library: several bedroom layouts, the Saracen Crypts, and the complete fortress example from Python Quickfort: TheQuickFortress - `embark-assistant`: split the lair types displayed on the local map into mound, burrow, and lair +## Documentation +- `quickfort-alias-guide`: alias syntax and alias standard library documentation for `quickfort` blueprints + ## API - `buildingplan`: added Lua interface API - add item type param to dfhack.job.isSuitableMaterial() so the non_economic flag can be properly handled (it was being matched for all item types instead of just boulders)