From b1a544b99c10cc953db33dc77048a5a033800775 Mon Sep 17 00:00:00 2001 From: PatrikLundell Date: Thu, 20 Jun 2019 15:48:51 +0200 Subject: [PATCH] Added embark-assistant bug fix note --- docs/changelog.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index 61eed0e0e..c003ef936 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -38,7 +38,10 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: # Future ## Fixes -- `embark-assistant`: fixed bug causing crash on worlds without generated metals (as well as pruning vectors as originally intended). +- `embark-assistant`: + - fixed bug causing crash on worlds without generated metals (as well as pruning vectors as originally intended). + - fixed bug causing mineral matching to fail to cut off at the magma sea, reporting presence of things that + aren't (like DF does currently). ## Internals - Fixed some OpenGL build issues with `stonesense`