aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-11-26 22:43:17 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-11-26 22:43:17 +0200
commit6dcb6d9c71c1ed42f68a5468db18b80b790fd281 (patch)
tree3cefae11db6f6b3d874600a01bee5ef9498cd1a4 /NEWS
parent20d333afbaadde8a8daa4091e22cf549c6954a6a (diff)
downloadegawk-6dcb6d9c71c1ed42f68a5468db18b80b790fd281.tar.gz
egawk-6dcb6d9c71c1ed42f68a5468db18b80b790fd281.tar.bz2
egawk-6dcb6d9c71c1ed42f68a5468db18b80b790fd281.zip
Add "exit" as synonym for "quit" in the debugger.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ccc28a3f..348c68b7 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,9 @@ Changes from 4.1.3 to 4.1.x
reports watchpoints that have fired before checking for breakpoints.
This gives more natural behavior to the user.
+4. The "exit" command has been added to the debugger as an alias
+ for "quit".
+
Changes from 4.1.2 to 4.1.3
---------------------------