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 e54f04075..7cbdee3b3 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -529,3 +529,6 @@
* apps/examples/ostest: In the non-cancelable thread test, we need
to give the thread an opportunity to run and to set the non-
cancelable state.
+ * apps/nshlib/nsh_ddcmd.c: Correct the test of the skip input
+ parameter. Was limiting the range to <= count. From Ken
+ Petit (2014-4-24).