From 22045886c2fd99f1913ff08ccbb42e06a658f697 Mon Sep 17 00:00:00 2001 From: trillian Date: Sat, 27 Jan 2024 06:24:17 +0200 Subject: [PATCH] update changelog with 1.9 changes --- docs/newbook/src/changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/newbook/src/changelog.md b/docs/newbook/src/changelog.md index 6f67c26e..648e4ff2 100644 --- a/docs/newbook/src/changelog.md +++ b/docs/newbook/src/changelog.md @@ -70,6 +70,7 @@ - `incbin` now has a new syntax for including a range of the target file which looks like the for loop range syntax and is less ambiguous. (randomdude999) - Added `spcblock` feature as a replacement for `spc-inline`, which allows defining blocks of SPC data, but in a more flexible way that can easily be extended in the future. (p4plus2) - Added the `--error-limit` option, which allows raising the limit on the number of errors that Asar will print before stopping. (randomdude999) +- `freespacebyte` command to set the byte value used for searching for freespace and expanding the ROM. (randomdude999) ### Bug fixes: @@ -88,7 +89,7 @@ - Fixed some phantom errors when using forward labels. (randomdude999) - Asar should now allow as much recursion as system resources allow, and then throw a nice error instead of crashing. (Atari2.0, randomdude999, p4plus2) - `optimize address` now works a bit more consistently (new behavior also properly documented in manual). (randomdude999) -- `freespacebyte` command to set the byte value used for searching for freespace and expanding the ROM. (randomdude999) +- Fixed bug where pointing multiple autocleans at the same freespace would sometimes eat some of the data in it. (spooonsss) ### Deprecated features: