From 36be154d08dab292d7a781bfc693163ce16e7482 Mon Sep 17 00:00:00 2001 From: crc Date: Fri, 9 Nov 2018 04:01:12 +0000 Subject: [PATCH] update release notes FossilOrigin-Name: da724defdd7ac9eb1580368de7f763a4ffe5393ff2cfc32364bb00cef1e88a17 --- RELEASE_NOTES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 03025a4..7a3b768 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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