Update ChangeLog

This commit is contained in:
Gregory Nutt 2015-04-09 15:55:03 -06:00
parent ad61a44791
commit 474793d8e4

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