retroforth/RELEASE-NOTES
crc bb3b516eb9 updated Casket-HTTP server
FossilOrigin-Name: 011ead9f77aa30aa342a5198c9786bd0bb7699cc2b0c954e292598e36d26a164
2023-07-11 11:32:42 +00:00

32 lines
1.2 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
* fixed `f:tan` and `f:cos`
* added `file:read/bytes` and `file:write/bytes`
* Casket HTTP server is much, much faster
================================================================
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.
================================================================