Skip to content

Commit

Permalink
update changelog with 1.9 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
randomdude999 committed Jan 27, 2024
1 parent 3ea99f1 commit 2204588
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/newbook/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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:

Expand Down

0 comments on commit 2204588

Please sign in to comment.