diff --git a/ReleaseNotes.html b/ReleaseNotes.html index 31caf236..a097131f 100644 --- a/ReleaseNotes.html +++ b/ReleaseNotes.html @@ -118,8 +118,10 @@

Features added

Z-code, as well as Glulx.
  • The command line switch to display percentages (-p) now works with Glulx, and acts as an extension to the -z switch. -

  • The undo related opcodes added to the Glulx 3.1.3 specification (that is, @hasundo and @discardundo) +
  • The undo related opcodes added to the Glulx 3.1.3 specification (that is, @hasundo and @discardundo) are now supported. +

  • The Version and Switches directives are now deprecated, and produce a warning if used. The recommended way to +set the Z-code version and any other switches is to use the command line, or !% comments at the top of the source file.

  • The ability to compile Inform source code as modules, and then later link it, has been removed. This functionality always had significant restrictions and was never widely used. The -M and -U command line options have been removed, along with the +module_path option. The Link and Import directives now just produce errors.