Update changelog.txt

develop
Ryan Williams 2024-01-04 06:17:34 -08:00 committed by GitHub
parent 026d2a61ef
commit cfcae09c48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

@ -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 - `modding-guide`: Add examples for script-only and blueprint-only mods that you can upload to DF's Steam Workshop
## API ## 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 ## Lua
- ``dfhack.capitalizeStringWords``: new function, returns string with all words capitalized
## Removed ## Removed