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 03dd38a3a..d2711e456 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -771,4 +771,7 @@
on initial commit (2014-1-10).
* Logic to support commands enclosed in back quotes is functional
but not thoroughly tested (2014-1-11).
+ * apps/nshlib/nsh_parse.c: Can now handle arguments that are
+ concatenations of constant strings, command return data, application
+ return data, and environment variables (2014-1-11).