Skip to content

Commit 4d988aa

Browse files
committed
update for 51.09
1 parent b040c78 commit 4d988aa

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_policy(SET CMP0048 NEW)
66
cmake_policy(SET CMP0074 NEW)
77

88
# set up versioning.
9-
set(DF_VERSION "51.08")
9+
set(DF_VERSION "51.09")
1010
set(DFHACK_RELEASE "r1")
1111
set(DFHACK_PRERELEASE FALSE)
1212

docs/changelog.txt

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,30 @@ Template for new versions:
5454
## New Tools
5555

5656
## New Features
57-
- `gui/journal`: Ctrl-j hotkey to launch `gui/journal` now works in adventure mode!
5857

5958
## Fixes
60-
- Fix processing error in the overlay that displays unit preferences in the baron selection list
6159

6260
## Misc Improvements
6361

6462
## Documentation
6563

6664
## API
67-
- ``Filesystem`` module: rewritten to use C++ standard library components, for better portability
6865

6966
## Lua
7067

7168
## Removed
7269

70+
# 51.09-r1
71+
72+
## New Features
73+
- `gui/journal`: Ctrl-j hotkey to launch `gui/journal` now works in adventure mode!
74+
75+
## Fixes
76+
- Fix processing error in the overlay that displays unit preferences in the baron selection list
77+
78+
## API
79+
- ``Filesystem`` module: rewritten to use C++ standard library components, for better portability
80+
7381
# 51.08-r1
7482

7583
## Misc Improvements

scripts

0 commit comments

Comments
 (0)