summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 57cc12c48..0b377bf91 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -766,4 +766,7 @@
* apps/nshlib/nsh_parse.c: Put the logic that executes a command
after parsing parameters into a separate file so that it can be
reused (2014-1-10).
+ * apps/nshlib/nsh_parse.c: Add initial support of commands enclosed
+ in back quotes as command arguments. Functionality still incomplete
+ on initial commit (2014-1-10).