update release notes

FossilOrigin-Name: da724defdd7ac9eb1580368de7f763a4ffe5393ff2cfc32364bb00cef1e88a17
This commit is contained in:
crc 2018-11-09 04:01:12 +00:00
parent 529de2d3c7
commit 36be154d08

View file

@ -13,6 +13,15 @@ naming conflicts with other applications and packages.
ri retro-ri
unu retro-unu
The addition of the new `|` prefix makes compiler macros
easier to write. Contrast:
:IF &[ class:macro ; immediate
:THEN &] class:macro &choose class:word ; immediate
:IF |[ ; immediate
:THEN |] |choose ; immediate
## Bug Fixes
## Build
@ -24,6 +33,7 @@ naming conflicts with other applications and packages.
- add `c:to-number`
- minor optimizations throughout
- `s:format` now treats `\0` as ASCII NUL
- added `prefix:|` for use with compiler macros
## Interfaces