From 85879d96d69a1bc23e775254bf4ae4e080f2fe8e Mon Sep 17 00:00:00 2001 From: JapaMala Date: Sun, 7 Apr 2019 23:34:50 -0500 Subject: [PATCH] Update changelog --- docs/changelog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.txt b/docs/changelog.txt index 8aeca3ff0..ffede6607 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -41,6 +41,9 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - `RemoteFortressReader`: - added basic framework for controlling and reading the menus in DF, currently only supports the building menu. - added support for reading item raws. + - added a check for wheather or not the game is currently saving or loading, for utilities to check if it's safe to read from DF. + - guestimate unit facing direction, and position within tiles. + - get unit age. ## Internals - Fixed some OpenGL build issues with `stonesense`