From cfcae09c4825a25f5afe96d5d176832e370c447a Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Thu, 4 Jan 2024 06:17:34 -0800 Subject: [PATCH] Update changelog.txt --- docs/changelog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.txt b/docs/changelog.txt index 688bcaf8f..317067695 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -73,8 +73,12 @@ Template for new versions: - `modding-guide`: Add examples for script-only and blueprint-only mods that you can upload to DF's Steam Workshop ## API +- ``random_index``, ``vector_get_random``: new ``MiscUtils`` functions, for getting a random entry in a vector +- ``capitalize_string_words``: new ``MiscUtils`` function, returns string with all words capitalized +- ``grab_token_string_pos``: new ``MiscUtils`` function, used for parsing tokens ## Lua +- ``dfhack.capitalizeStringWords``: new function, returns string with all words capitalized ## Removed