From 7ca5b643c8112b2b723dddf455029d013b3ce6b9 Mon Sep 17 00:00:00 2001 From: fdbozzo Date: Sun, 10 Aug 2014 11:49:14 +0200 Subject: [PATCH] Changeset: 403 fdbozzo - 10/08/2014 11:47:52: --- FoxBin2PRGVersionFile.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/FoxBin2PRGVersionFile.txt b/FoxBin2PRGVersionFile.txt index a342996..9667216 100644 --- a/FoxBin2PRGVersionFile.txt +++ b/FoxBin2PRGVersionFile.txt @@ -20,6 +20,7 @@ Change History ------------------------------------------------------------- 2014/08/07 v1.19.30 - Bug Fix vcx/scx: Bad EndText block detection when the previous line ends with "," or ";" (Jim Nelson) - Bug Fix vcx/scx: Some methods are not alphabetically sorted in some inheritance situations (Ryan Harris) +- Added FoxUnit test cases to bug fix confirmation of both 2014/08/01 v1.19.29 - Bug Fix vcx/scx: Bad Text block detection when the previous line ends with "," (M_N_M)