summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorherbert <herbert@gondor.apana.org.au>2005-02-28 21:47:22 +1100
committerHerbert Xu <herbert@gondor.apana.org.au>2005-09-26 18:33:04 +1000
commit25c3f7b660bbed01a81b44690de1e89c4086b069 (patch)
tree9cc2c1164e2e16b39570fde537753a312e6d1301 /ChangeLog
parentOnly set skipcount for break and continue. (diff)
downloaddash-25c3f7b660bbed01a81b44690de1e89c4086b069.tar.gz
dash-25c3f7b660bbed01a81b44690de1e89c4086b069.zip
Removed expcmd built-in.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13fc33f..41d99b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
 	* Replaced EXEVAL with SKIPEVAL.
 	* Update funcnest atomically.
 	* Only set skipcount for break and continue.
+	* Removed expcmd built-in.
 
 2005-02-28  A Costa <agcosta@gis.net>