update RELEASE NOTES

FossilOrigin-Name: c1c2df46a0c9eb3f78d021a8d32b3cff1166020e47548af5e46a250817d94844
This commit is contained in:
crc 2020-08-02 02:50:24 +00:00
parent 3295f6ffbf
commit eb1cef5238

View file

@ -1,7 +1,12 @@
# RETRO 2020.7 # RETRO 2020.7
This is a small release.
## Renamings ## Renamings
I'm no longer using <> in word names. As such, the following are
renamed.
Old New Old New
====================== ===================== ====================== =====================
file:open<for-writing> file:open-for-writing file:open<for-writing> file:open-for-writing
@ -13,6 +18,25 @@
d:last<class> d:last.class d:last<class> d:last.class
d:last<xt> d:last.xt d:last<xt> 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 ## Nga
- add a Swift implementation - 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