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 694de0376..ddac26cfb 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -1247,4 +1247,6 @@
* apps/system: Clean up Kconfig menus. The way it worked before, it was
difficult to see what was enabled and what was not. menus replaced
with menuconfig (2015-04-07).
+ * apps/examples/ostest/sigprocmask.c: Add a simple test of sigprocmask,
+ sighold, and sigrelse (2015-04-09).