retroforth/RELEASE-NOTES
crc b288c27351 add an example for the new words in retro-unix
FossilOrigin-Name: aeaee4930edee2a33007facbe1cf2d2440ed314c2fbb0798486e5e74b4b791eb
2020-09-11 14:55:23 +00:00

18 lines
433 B
Text

# RETRO 2020.10
Tooling
- added a `make image-js` target to generate the image.js
- fixed a bug in the glossary that caused names to appear twice
(reported by Kiyoshi)
- fixed a bug in retro-describe due to use of a deprecated word
Standard Library
- remove deprecated words
Unix
- added `sys:current-file` to return the filename being processed
- added `sys:current-line` to return the current line number being
processed