summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index abeab4a5c..bb568ee53 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -513,4 +513,6 @@
* Type of argv has changed from const char ** to char * const *
* apps/nshlib/nsh_parse.c: Fix memory lead: Need to detach after
creating a pthread.
+ * apps/examples and nshlib: Change name of _TCB to struct tcb_s to
+ match NuttX name change.