From 1d293df782bee372418ea7b3a217c411c7a6ce6c Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Tue, 4 Jul 2017 20:24:19 -0230 Subject: [PATCH] Updated changes for system label lower vs. upper case. --- Changes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changes.txt b/Changes.txt index 30660f2b5..e519d64ae 100644 --- a/Changes.txt +++ b/Changes.txt @@ -60,6 +60,8 @@ indicate their current state - Command completion now works with internal functions and pseudo-ops (basically, anything starting with the '_' character) + - System labels (aka, register names, etc) can now be typed in lower- + case. Previously, these labels always had to be uppercase. - In general, input error checking is much more strictly enforced - Read-only UI items now have a different background color, to clearly indicate if an item can be modified.