retroforth/RELEASE_NOTES.md
crc 9619e7753d add if; and -if;
FossilOrigin-Name: 5c1a06cda34b3223dc0e1b552ced9bd07ab0b10327c246b4fb3fa69efb3de75f
2019-01-11 20:27:50 +00:00

42 lines
512 B
Markdown

# RETRO 12.2019.6
## Bug Fixes
## Build
- parallel builds now work
## Core Language
- remove `set:from-results`
- add `if;`
- add `-if;`
## Nga
## Interfaces
- use strlcpy, strlcat instead of strcpy and strcat
- add retro-compiler
### retro
### retro-compiler
- new interface for creating turnkey executables
### retro-ri
- support switching between multiple copies of the image
## Tools
- use strlcpy, strlcat instead of strcpy and strcat
## Other
## Documentation
## Examples
## Final Notes