You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: currently, gen_changelog.txt expects a "Future" section to exist at the
6
+
NOTE: currently, gen_changelog.py expects a "Future" section to exist at the
7
7
top of this file (even if no changes are listed under it), or you will get a
8
8
"Entry without section" error. Also, to maintain proper sorting in the generated
9
9
changelogs when making a new release, docs/changelog.txt in the dfhack repo must
@@ -15,6 +15,14 @@ that repo.
15
15
16
16
## New Scripts
17
17
18
+
## Removed
19
+
20
+
## Fixes
21
+
22
+
## Misc Improvements
23
+
24
+
# 0.47.05-r4
25
+
18
26
## Fixes
19
27
- `quickfort`: produce a useful error message instead of a code error when a bad query blueprint key sequence leaves the game in a mode that does not have an active cursor
20
28
- `quickfort`: restore functionality to the ``--verbose`` commandline flag
0 commit comments