retroforth/RELEASE_NOTES.md
crc 81a9d1f83f f:NAN, f:INF, f:-INF
FossilOrigin-Name: 53a900047f10199fa519c3071a3f85dd2495b1f6905c1575792d799efd0c8b14
2018-04-30 01:54:21 +00:00

36 lines
530 B
Markdown

RETRO 12 - 2018.6 - WIP
Major Changes:
- renamed `s:with-format` to `s:format`
- ```` no longer used for code blocks (now reserved for 'tests'
under rre)
----------------------------------------------------------------
Bug fixes:
Build:
Core Language:
- renamed `s:with-format` to `s:format`
Interfaces:
- no longer use ```` for code blocks; use ~~~ instead
- rre:
- added `f:NAN`
- added `f:INF`
- added `f:-INF`
Other:
Documentation:
Examples:
- fix numerous spelling errors (thanks hannah!)
Final Notes: