X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=RELEASES.md;h=b67ee892b70804646eecf1c3208ac2f71c670288;hb=HEAD;hp=95ddba6879cb79716f1131ba1ea4b7ad31d4edf7;hpb=ab730a3ddcc9083b31865278279ae9c941913629;p=debian%2Fpforth diff --git a/RELEASES.md b/RELEASES.md index 95ddba6..b67ee89 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -4,10 +4,20 @@ PForth hosted at https://github.com/philburk/pforth Documentation at http://www.softsynth.com/pforth/ -## V2.0.0 #29 - unreleased +## V2.0.0 #29 - Jan 1, 2023 + +### Breaking API change! * Fixed FROUND, was leaving result on data stack instead of float stack, [#69](https://github.com/philburk/pforth/issues/69) -* Added standard version numbering, eg. "2.0.0". + +### Other changes + +* Added standard version numbering, eg. "2.0.0" +* Add BYE-CODE variable, which will be returned to the shell when pForth exits. +* Set BYE-CODE when a test fails to simplify continuous integration tests. +* Add ANS structure support +* Add [DEFINED] and [UNDEFINED] +* Implement MSEC using usleep() to avoid busy wait. * Added VERSION_CODE for software version checks. * Added S\" * Terminal is unbuffered on posix systems @@ -21,7 +31,7 @@ Documentation at http://www.softsynth.com/pforth/ * Change license to 0BSD * Added privatize to history.fth -## V28 - 4/24/2018 +## V28 - April 24, 2018, tagged as V1.28.0 to conform to standard version format * remove off_t * too many changes to list, see commit history (TODO add changes)