retroforth/RELEASE_NOTES.md
crc f3dd6271bf add example of using sqlite3 via pipes
FossilOrigin-Name: c5afff65edeeeff084caba6726c10369770fea6f5d8cd9676fb6f6e82f808573
2019-05-01 14:02:34 +00:00

26 lines
422 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
## Examples
- add sqlite3 wrapper