summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2eaa03b21..f033fc9ba 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4025,3 +4025,8 @@
poll_interrupt() must cat call net_lostconnection() when a
loss of connection is reported. Otherwise, the system will
not know that the connection has been lost.
+ * sched/group_create.c, group_join.c, and group_leave.c: Add
+ support for task groups.
+ * sched/group_signal.c and task_exithook.c: Send signal to all
+ members for the parent task group.
+