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 96e3dbec8..e54f04075 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -526,3 +526,6 @@
6.27 2013-xx-xx Gregory Nutt <gnutt@nuttx.org>
* apps/system/ramtest: Add a simple memory test (2013-03-26).
+ * 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.