From 05d16f15da81cec53a1adbe5418b650ec3521408 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 30 Dec 2015 16:33:27 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a110b5a06c..519fc28770 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11257,4 +11257,9 @@ (2015-12-19). * configs/arduino-mega2560: Add support for the Arduino-Mega2560. From Dimitry Koper (2015-12-29). - + * sched/signal, sched/mqueue, sched/timer, include/signal.h, + include/nuttx/signal, fs/aio, libc/aio, and probably other + directories: Add support for the SIGEV_THREAD notification method in + struct sigevent. This initial implementation will only work in the + FLAT build. See the top-level TODO file for additional details + (2015-12-30).