From 4c9a50e9b8428cd2c6d71d8c1d60299dd204b581 Mon Sep 17 00:00:00 2001 From: gerryjackson <13631477+gerryjackson@users.noreply.github.com> Date: Tue, 8 Aug 2017 19:57:56 +0100 Subject: [PATCH] Update changes.txt Lists changes made up to release 0.13.3 --- doc/changes.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/changes.txt b/doc/changes.txt index b24129a..7e6ddfb 100644 --- a/doc/changes.txt +++ b/doc/changes.txt @@ -3,9 +3,16 @@ from version 0.9 onwards Version 0.13.3 ~~~~~~~~~~~~~~ +doubletest.fth + - additional tests for D< and DU< to detect faulty implementation + +filetest.fth + - Testing READ-LINE with buffer length = 0 and <= the line length in the file. + coreplustest.fth - added test for IF ... BEGIN ... REPEAT - additional DOES> test + - additional +LOOP tests about setting I to arbitrary values errorreport.fth - TOTAL-ERRORS now includes Core word errors (bug fix)