From 9f5fec74e41628fbbec37fbc4b06c62aa73a26f6 Mon Sep 17 00:00:00 2001 From: Seemann Date: Wed, 1 May 2024 01:51:27 -0400 Subject: [PATCH] Update CHANGELOG.md (#134) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf3b071b..be616186 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,7 +72,7 @@ - **2003 ([cleo_return_fail](https://library.sannybuilder.com/#/sa/CLEO/2003))** - 'argument count' parameter of **0AB1 (cleo_call)** is now optional. `cleo_call @LABEL args 0` can be written as `cleo_call @LABEL` - 'argument count' parameter of **0AB2 (cleo_return)** is now optional. `cleo_return 0` can be written as `cleo_return` - - **cleo*return*\*** opcodes now can pass strings as return arguments + - SCM functions can return string literals and string variables - SCM functions **(0AB1)** now keep their own GOSUB's call stack - fixed bug in **0AD4 ([scan_string](https://library.sannybuilder.com/#/sa/text/2604))** causing data overruns when reading strings longer than target variable - fixed result register not being cleared before function call in opcodes **0AA7** and **0AA8**