Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sagacity committed Jun 18, 2021
1 parent 9017d69 commit 046b254
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 046b254

Please sign in to comment.