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 a6adb5d6c..57cc12c48 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -763,4 +763,7 @@
enable some things to come (2014-1-10).
* apps/nshlib/nsh_parse.c: Will now support multiple commands on a
command line, each separated with a semi-colon (2014-1-10).
+ * 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).