retroforth/RELEASE_NOTES.md
crc 82ad153c44 rename a:nth to a:th
FossilOrigin-Name: 7bec54156e9cab1d652c52805af071a62831b13fbd3a323b38ffa90abcb7f633
2019-05-01 12:18:25 +00:00

22 lines
386 B
Markdown

# RETRO 2019.12
This is the changelog for the development builds of Retro.
## Bug Fixes
- (all) strl* functions now only compiled if using GLIBC.
- (rre) `clock:year` corrected
- (rre) `clock:month` corrected
## Build
- Merged Linux & BSD Makefiles
## Core Language
- rename `a:nth` to `a:th`
## Documentation
- updated Linux build instructions
- updated Starting instructions