some release notes updates

FossilOrigin-Name: 5744b0cd5aae55215fe1e06f7a4b9302a81ae2b1b0fc85d9b627c6c667d13814
This commit is contained in:
crc 2019-02-07 04:12:24 +00:00
parent a681aa560e
commit 42fe11e0ba

View file

@ -10,8 +10,8 @@ June 2019.
- parallel builds now work
- refactor Makefile
- files in `packages` directory will be compiled into the
image when building
- support for adding custom code to an image at build
time (see packages/list)
- only build the toolchain and `retro` binary by default
## Core Language
@ -65,6 +65,7 @@ June 2019.
- add random number generator
- add `-u filename` startup parameter to allow selection of
image file
- add `image:save`
### retro-compiler
@ -95,6 +96,7 @@ June 2019.
- add HTML version of the Glossary
- add more concise text copies of the Glossary
- add man pages
- add BUILDING.md
## Examples