diff --git a/docs/changelog/index.html b/docs/changelog/index.html index ed8a5aa8..6810c2b9 100644 --- a/docs/changelog/index.html +++ b/docs/changelog/index.html @@ -41,13 +41,14 @@

Asar Changelog


-

v2.00

+

v2.0.0

Release: ???

Contributors:

New features:

@@ -56,11 +57,19 @@

New features:

  • Added support for nested macro definitions. (RPG Hacker)
  • Improved readability of some error messages. (RPG Hacker)
  • Generally improved error formatting of Asar and added the --full-error-stack option to display complete call stacks. (RPG Hacker)
  • +
  • Added multiline comments using ;[[ comment ]] (randomdude999)
  • +
  • Freespaces have a bunch of new features which make them more useful outside of SMW hacking - new options for disabling RATS tags, looking for code in a specific bank or a specific part of ROM. Along with this, freespace allocation should now be a bit more efficient, and the 125 freespace limit has been lifted. (randomdude999)
  • +
  • Allowed spaces in math. (p4plus2)
  • +
  • A struct can now be used directly like a regular label. (p4plus2)
  • Bug fixes:

    Removed features: