retroforth/RELEASE-NOTES
crc a147144fde check in current work on error handling device
FossilOrigin-Name: a094776a8890c56a8d3ad05e44e4216acde44d04f9df0b1f781699dbaf77c272
2023-06-27 00:20:12 +00:00

29 lines
1.1 KiB
Text

_ __ _ _
_ __ ___| |_ _ __ ___ / _| ___ _ __| |_| |__
| '__/ _ \ __| '__/ _ \| |_ / _ \| '__| __| '_ \
| | | __/ |_| | | (_) | _| (_) | | | |_| | | |
|_| \___|\__|_| \___/|_| \___/|_| \__|_| |_|
for nga
# RetroForth/nga 2023.9 Release Notes
================================================================
* nga-c: split device code into separate source files
* use hashed dictionary search by default
* removed words deprecated in 2022.8
* new example: konilo-wiki.retro
* GNUmakefile fix from drakonis
* addition of an i/o device for handling some errors
================================================================
Development Notes:
It is likely that starting with this release, the source
distribution will default to building an executable from
the amalgamation (example/amalgamate.retro) rather than
rebuilding the image with each build. A new Makefile target
will be added for those wanting or needing to build a
custom ngaImage.
================================================================