From 046b2542c6766fdb9d5126473081d593f9c7ea77 Mon Sep 17 00:00:00 2001 From: Roy Jacobs Date: Fri, 18 Jun 2021 16:11:25 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c07144b..360524c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # Changelog -## 0.7.0 (unreleased) +## 0.7.0 (2021-06-18) ### New features +* "Banks" can be used to control how the final binary is laid out (e.g. to create cartridge files) +* Strings can be used as symbols, with support for string interpolation and concatenation * Error formatting is improved and made configurable through the `--error-style` option * A listing file can be generated for every segment by specifying `listing = true` in the `[build]` section of `mos.toml` * Instead of just generating a Commodore-compatible `.prg` file, it is now also possible to generate a raw binary or a raw binary per segment