From eb1cef5238e9495d0af0e9e65e69ab00a24a210e Mon Sep 17 00:00:00 2001 From: crc Date: Sun, 2 Aug 2020 02:50:24 +0000 Subject: [PATCH] update RELEASE NOTES FossilOrigin-Name: c1c2df46a0c9eb3f78d021a8d32b3cff1166020e47548af5e46a250817d94844 --- RELEASE-NOTES | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 255c3af..212e540 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,7 +1,12 @@ # RETRO 2020.7 +This is a small release. + ## Renamings +I'm no longer using <> in word names. As such, the following are +renamed. + Old New ====================== ===================== file:open file:open-for-writing @@ -13,6 +18,25 @@ d:last d:last.class d:last d:last.xt +The old names are still included by default as part of a compatibility +layer. This will be removed in the 2020.10 release and nightly snapshots +starting in August. + ## Nga - add a Swift implementation + +This will be the basis for the next iOS and macOS App Store versions. +In 2020.7 it's still very new and lacks most I/O devices, but this will +be addressed over the next few months. + +## Documentation + +- Added build instructions for Haiku R1/Beta 2 +- Updated the man page for `retro-unu` to cover code and test blocks +- Updated the general `retro` man page to note that RETRO runs in + interactive mode by default + +## Examples + +- Several new examples were added