Skip to content

Commit b7f4de6

Browse files
authored
Update CHANGELOG.md
1 parent f966513 commit b7f4de6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- new `LogDirectory` option to configure where `cleo.log` and `cleo_script.log` are stored (root by default)
99
- config is now recreated if missing, and new config keys are appended to existing user configs
1010
- config is reloaded on a new game session
11-
- [READ_MEMORY_WITH_OFFSET](https://library.sannybuilder.com/#/sa/memory/2401) and [WRITE_MEMORY_WITH_OFFSET](https://library.sannybuilder.com/#/sa/memory/2402) now behave identically to `READ_MEMORY`/`WRITE_MEMORY`; READ_MEMORY_WITH_OFFSET no longer reads input as a null-terminated string when the output is a string variable
11+
- `READ_MEMORY_WITH_OFFSET` and `WRITE_MEMORY_WITH_OFFSET` now behave identically to `READ_MEMORY`/`WRITE_MEMORY`; `READ_MEMORY_WITH_OFFSET` no longer reads input as a null-terminated string when the output is a string variable
1212
- removed a check preventing allocation of zero-sized memory blocks
1313
- hardened path validation to prevent access to files outside of game root and settings directories
1414
- fixed an issue causing scripts to load and execute twice on a new game session

0 commit comments

Comments
 (0)