Updated changes for system label lower vs. upper case.

This commit is contained in:
Stephen Anthony 2017-07-04 20:24:19 -02:30
parent d88969adcb
commit 1d293df782
1 changed files with 2 additions and 0 deletions

View File

@ -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.