retroforth/RELEASE_NOTES.md
crc 982636519f add f:nan?, f:inf?, f:-inf? to rre
FossilOrigin-Name: 52ece7baa5b4199738f9db4a13bc5fca1e8cd2cf4f8dcbc898387e32ee8c7686
2018-04-30 11:46:44 +00:00

39 lines
588 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`
- added `f:nan?`
- added `f:inf?`
- added `f:-inf?`
Other:
Documentation:
Examples:
- fix numerous spelling errors (thanks hannah!)
Final Notes: