summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 05cd6176a..d9a42fe73 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -507,3 +507,8 @@
occur (it would return an empty string which is not very useful).
6.26 2013-xx-xx Gregory Nutt <gnutt@nuttx.org>
+
+ * apps/builtin/exec_builtin.c: Now uses task_spawn() to start
+ builtin applications.
+ * Type of argv has changed from const char ** to char * const *
+